Use a compatible version of pytest-order

This commit is contained in:
James Morris
2021-06-25 15:32:23 -04:00
parent e2f427ea5c
commit f0c7ce247d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
-r requirements.txt
pytest
pytest-cov
pytest-order
pytest-order<1.0
flake8
pep8-naming
# NOTE: gpg is not here on purpose currently

View File

@@ -23,7 +23,7 @@ deps =
six>=1.9.0
pytest
pytest-cov
pytest-order
pytest-order<1.0
install_command = pip install {opts} --no-cache-dir {packages}
commands =