Skip to content

Commit 1bc474d

Browse files
committed
Fix comment
1 parent 6e6da41 commit 1bc474d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
pytest
33
pytest-cov
4-
# We need a patched version of pytest-cov to run on 3.5 and handle parameterized tests
4+
# We need a patched version of pytest-order to run on 3.5 and handle parameterized tests
55
git+https://github.com/SecurityInnovation/pytest-order.git@07ceb36233fb083275f34d5c8abbd3e35cd00158#egg=pytest-order
66
flake8
77
pep8-naming

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ deps =
2323
six>=1.9.0
2424
pytest
2525
pytest-cov
26-
# We need a patched version of pytest-cov to run on 3.5 and handle parameterized tests
26+
# We need a patched version of pytest-order to run on 3.5 and handle parameterized tests
2727
git+https://github.com/SecurityInnovation/pytest-order.git@07ceb36233fb083275f34d5c8abbd3e35cd00158#egg=pytest-order
2828

2929
install_command = pip install {opts} --no-cache-dir {packages}

0 commit comments

Comments
 (0)