Commit 93db010
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
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
0 commit comments