To get this to work without updating your forked version number, you must lie in the dependency_links
section, and then
unpin the version that you want installed. This makes it think that the branch is version current linux time (int)
in
the lookup but will acutally install whatever version it finds in the fork.
Note: You also will likely need to clear your pip cache so it won't install the version it finds in pypi, I think doing the current time will keep it from using the pypi version, so just make sure you keep an eye on the logs when you install your library, and that it says "Cloning ..../KyleJamesWalker/example_lib
rm -rf ~/Library/Caches/pip; pip uninstall example_lib; pip install --process-dependency-links ".[test]" | grep example_lib