Add back git+ssh version of dep-links test

See if it fails n build Kite
This commit is contained in:
Alexandros Tzannes
2018-08-06 10:04:16 -07:00
parent d93d571d5e
commit 210a9d46fb
+3 -2
View File
@@ -96,8 +96,9 @@ setup(
os.environ['PIP_PROCESS_DEPENDENCY_LINKS'] = '1'
test_deplink(p, 'git+https://github.com/atzannes/test-private-dependency@v0.1#egg=test-private-dependency-v0.1')
# with PipenvInstance(pypi=pypi, chdir=True) as p:
# test_deplink(p, 'git+ssh://git@github.com/atzannes/test-private-dependency@v0.1#egg=test-private-dependency-v0.1')
with temp_environ(), PipenvInstance(pypi=pypi, chdir=True) as p:
os.environ['PIP_PROCESS_DEPENDENCY_LINKS'] = '1'
test_deplink(p, 'git+ssh://git@github.com/atzannes/test-private-dependency@v0.1#egg=test-private-dependency-v0.1')
@pytest.mark.e