File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
pytest
3
3
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
5
5
git+https://github.com/SecurityInnovation/pytest-order.git@07ceb36233fb083275f34d5c8abbd3e35cd00158#egg=pytest-order
6
6
flake8
7
7
pep8-naming
Original file line number Diff line number Diff line change 23
23
six>=1.9.0
24
24
pytest
25
25
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
27
27
git+https://github.com/SecurityInnovation/pytest-order.git@07ceb36233fb083275f34d5c8abbd3e35cd00158# egg=pytest-order
28
28
29
29
install_command = pip install {opts} --no-cache-dir {packages}
You can’t perform that action at this time.
0 commit comments