From 1bc474dff290b1267bb91b2f5a6a180a5168b553 Mon Sep 17 00:00:00 2001 From: James Morris Date: Fri, 24 Sep 2021 10:52:28 -0400 Subject: [PATCH] Fix comment --- requirements-test.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 434c33e..6e01e42 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -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 diff --git a/tox.ini b/tox.ini index 71a9124..e3115d3 100644 --- a/tox.ini +++ b/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}