From cc7f3e022a45c0040d72a3e6a4aa901e4396d5cb Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Mon, 4 Dec 2017 10:51:56 -0500 Subject: [PATCH] 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. --- test-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index d29fe91..7b2e549 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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