mirror of https://github.com/OpenKMIP/PyKMIP.git
Temporarily pin pytest to <3.3
This change pins the pytest requirement to <3.3 to allow for continuing Python 3.3 support. This change will be reverted once official support for Python 3.3 is dropped from PyKMIP.
This commit is contained in:
parent
0f85a9016b
commit
cc7f3e022a
|
@ -1,6 +1,5 @@
|
|||
# TODO: add any test requirements here
|
||||
coverage
|
||||
pytest
|
||||
pytest<3.3 # TODO (peter-hamilton): Unpin this after Python 3.3 is dropped
|
||||
flake8
|
||||
testtools
|
||||
fixtures
|
||||
|
|
Loading…
Reference in New Issue