Skip to content

Commit 520cf2e

Browse files
committed
TOX: Install securesystemslib in non-editable mode
Installing securesystemslib in editable mode leads to a problem in sys.path where we have two "tests" packages. By not installing securesystemslib in an editable mode we are not adding the securesystemslib tests to sys.path. Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
1 parent f70a4c0 commit 520cf2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install_command = pip install --pre {opts} {packages}
3030
# Must to be invoked explicitly with, e.g. `tox -e with-sslib-master`
3131
[testenv:with-sslib-master]
3232
deps =
33-
--editable git+http://github.com/secure-systems-lab/securesystemslib.git@master#egg=securesystemslib
33+
git+http://github.com/secure-systems-lab/securesystemslib.git@master#egg=securesystemslib
3434
-r{toxinidir}/requirements-test.txt
3535
--editable {toxinidir}
3636

0 commit comments

Comments
 (0)