-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Tests are failing with pytest 8.1 #1879
Comments
It looks like the output from the very first "When we run" statement is being captured, but when there are subsequent "When we run" statements in the same test, the output of those statements is no longer being captured. It does seem related to |
I’m keeping an eye on this, as we’re about to update to pytest 8.3 from 7.4.3 in Fedora Rawhide. In the short term, there are a few other packages that will need a It seemed like pytest-dev/pytest-bdd#689 and pytest-dev/pytest-bdd#690 could have been be related, but I tried applying that PR as a downstream patch to |
I’m not sure if something changed, or if I tested incorrectly before, but I just tried this again (applying pytest-dev/pytest-bdd#690 as a patch to |
Tests have been working with pytest 8.0 but not pytest 8.1.1. Discovered in #1878.
A fix to this ticket:
The text was updated successfully, but these errors were encountered: