Fix comment
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-r requirements.txt
|
||||
pytest
|
||||
pytest-cov
|
||||
# We need a patched version of pytest-cov to run on 3.5 and handle parameterized tests
|
||||
# We need a patched version of pytest-order to run on 3.5 and handle parameterized tests
|
||||
git+https://github.com/SecurityInnovation/pytest-order.git@07ceb36233fb083275f34d5c8abbd3e35cd00158#egg=pytest-order
|
||||
flake8
|
||||
pep8-naming
|
||||
|
||||
2
tox.ini
2
tox.ini
@@ -23,7 +23,7 @@ deps =
|
||||
six>=1.9.0
|
||||
pytest
|
||||
pytest-cov
|
||||
# We need a patched version of pytest-cov to run on 3.5 and handle parameterized tests
|
||||
# We need a patched version of pytest-order to run on 3.5 and handle parameterized tests
|
||||
git+https://github.com/SecurityInnovation/pytest-order.git@07ceb36233fb083275f34d5c8abbd3e35cd00158#egg=pytest-order
|
||||
|
||||
install_command = pip install {opts} --no-cache-dir {packages}
|
||||
|
||||
Reference in New Issue
Block a user