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

Broken pytest-sugar causes tests to fail #31

Closed
digitalformula opened this issue Apr 8, 2020 · 0 comments
Closed

Broken pytest-sugar causes tests to fail #31

digitalformula opened this issue Apr 8, 2020 · 0 comments

Comments

@digitalformula
Copy link
Contributor

digitalformula commented Apr 8, 2020

When running make test or make test_all, an exception is generated by an incompatibility between the installed version of pytest-sugar and pytest 5.4.0+.

Fix when running these versions together is to downgrade pytest to version 5.3.5:

(venv) pip3 uninstall pytest
(venv) pip3 install pytest==5.3.5

This requires changes in dev-requirements.txt. Confirmed after discussion with @abhijeetkaurav1st who is running pytest 5.3.4.

Related issue: Teemu/pytest-sugar#187

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

No branches or pull requests

1 participant