2
0
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:
Peter Hamilton
2017-12-04 10:51:56 -05:00
parent 0f85a9016b
commit cc7f3e022a

View File

@@ -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