From f966ecd4f5b8221ee15e843f5ec287e1f7cca940 Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Wed, 20 Dec 2017 20:43:01 -0500 Subject: [PATCH] Use pytest<3.3 to fix Python 3.3 tests (#746) See https://github.com/nvbn/thefuck/pull/744 for context. I'm personally okay with dropping Python 3.3 support, but I'd like to at least get the tests working while we decide on that. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c450e437..e3d6b263 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pip flake8 -pytest +pytest<3.3 mock pytest-mock wheel