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
1 changed files with 1 additions and 2 deletions

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