Skip to content

Commit 5a3ac9c

Browse files
authored
Merge pull request #1542 from jku/fix-sslib-master-tox-env
tox: Fix with-sslib-master install
2 parents 8482f2c + 0870d53 commit 5a3ac9c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

+2-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ install_command = python3 -m pip install {opts} {packages}
2929
# Develop test env to run tests against securesystemslib's master branch
3030
# Must to be invoked explicitly with, e.g. `tox -e with-sslib-master`
3131
[testenv:with-sslib-master]
32-
deps =
33-
git+https://github.com/secure-systems-lab/securesystemslib.git@master#egg=securesystemslib[crypto,pynacl]
34-
-r{toxinidir}/requirements-test.txt
35-
--editable {toxinidir}
32+
commands_pre =
33+
python3 -m pip install git+https://github.com/secure-systems-lab/securesystemslib.git@master#egg=securesystemslib[crypto,pynacl]
3634

3735
commands =
3836
python3 -m coverage run aggregate_tests.py

0 commit comments

Comments
 (0)