Files
PGPy-3_13_patch/requirements-test.txt
James Morris ff0c5cf9b9 Use a patched pytest-order
pytest-order contains a fix for parameterized tests in 1.0, but
that version dropped support for Python 3.5. This patched version
runs on Python 3.5 and has all the other updates in pytest-order 1.0.
2021-09-23 20:08:51 -04:00

9 lines
306 B
Plaintext

-r requirements.txt
pytest
pytest-cov
# We need a patched version of pytest-cov to run on 3.5 and handle parameterized tests
git+https://github.com/SecurityInnovation/pytest-order.git@07ceb36233fb083275f34d5c8abbd3e35cd00158#egg=pytest-order
flake8
pep8-naming
# NOTE: gpg is not here on purpose currently