Skip to content

Commit

Permalink
Try to fix hanging tests
Browse files Browse the repository at this point in the history
The tests are hanging sometimes, see psf#4259 and psf#4261.  I wonder if it would work to unpin both packages since I think I fixed a bug with pytest-httpbin hanging awhile back.
  • Loading branch information
kevin1024 authored Aug 27, 2017
1 parent f09e462 commit 27c27a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-e .[socks]
pytest>=2.8.0
codecov
pytest-httpbin==0.0.7
pytest-httpbin
pytest-mock
pytest-cov
pytest-xdist
Expand All @@ -14,4 +14,4 @@ docutils
flake8
tox
detox
httpbin==0.5.0
httpbin

0 comments on commit 27c27a6

Please sign in to comment.