Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pytest to re-enable hypothesis #71

Closed
carver opened this issue Apr 22, 2020 · 0 comments · Fixed by #73
Closed

Upgrade pytest to re-enable hypothesis #71

carver opened this issue Apr 22, 2020 · 0 comments · Fixed by #73

Comments

@carver
Copy link
Collaborator

carver commented Apr 22, 2020

What was wrong?

/home/jcarver/code/eth-keys/venv/lib/python3.6/site-packages/hypothesis/extra/pytestplugin.py:61: HypothesisWarning: 
        You are using Pytest version 3.2.2.  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...
    
  warnings.warn(PYTEST_TOO_OLD_MESSAGE % (pytest.__version__,), HypothesisWarning)

How can it be fixed?

Upgrade pytest. Should be very easy, just juggling a few other things right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant