mirror of
https://github.com/openkmip/pykmip
synced 2026-02-25 00:52:59 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user