Skip to content

Commit 93db010

Browse files
mgornysethmlarson
authored andcommitted
Unbind pytest dep to fix running hypothesis tests
Forcing very old version of pytest has resulted in hypothesis tests being implicitly skipped: ``` /tmp/brotlicffi/.tox/py38/lib/python3.8/site-packages/hypothesis/extra/pytestplugin.py:60: HypothesisWarning: You are using Pytest version 3.8.1. Hypothesis tests work with any test runner, but our Pytest plugin requires Pytest 4.3 or newer. Note that the Pytest developers no longer support this version either! Disabling the Hypothesis pytest plugin... ``` Let tests use the newest version of pytest to fix that. While at it, we also need to allow newer pytest-cov.
1 parent 0307da0 commit 93db010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==3.8.1
2-
pytest-cov==2.6.0
1+
pytest
2+
pytest-cov
33
hypothesis

0 commit comments

Comments
 (0)