From 27c27a6a90fc10d4698b635b84db57faa29eee70 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 27 Aug 2017 07:20:06 -1000 Subject: [PATCH] Try to fix hanging tests The tests are hanging sometimes, see #4259 and #4261. I wonder if it would work to unpin both packages since I think I fixed a bug with pytest-httpbin hanging awhile back. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d7ad8765c5..666af08c0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -e .[socks] pytest>=2.8.0 codecov -pytest-httpbin==0.0.7 +pytest-httpbin pytest-mock pytest-cov pytest-xdist @@ -14,4 +14,4 @@ docutils flake8 tox detox -httpbin==0.5.0 +httpbin