jaraco / pytest-perf

MIT License
3 stars 2 forks source link

Tests fail when remote uses SSH syntax #15

Closed jaraco closed 5 months ago

jaraco commented 5 months ago

When a user has a remote using git@github.com:path, the tests will fail when trying to pip install the URL that pytest-perf installs, e.g. setuptools.git@git+git@github.com:pypa/setuptools.git.

jaraco commented 5 months ago

Workaround is to use the HTTPS syntax for the remote or URL syntax:

https://github.com/pypa/setuptools or ssh://git@github.com/pypa/setuptools.