You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1477 pins pytest to version 7.1.2, which was our version for a long time (while we were pinning to just ''7'). As seen in #1468 and #1469, pytest version 7.3.1 breaks all of the tests in test_zz_examples. We should figure out why so we can continue to keep up with pytest updates.
The long discord thread about this issue has some assorted discoveries in it as far as what we noticed when things were breaking. The pytest changelog also probably has some clues. I notice that the use of the py module was deprecated/de-dependencied in pytest 7.2, which we do make use of to find the ROOT path in support.py... just a thought, though.
The text was updated successfully, but these errors were encountered:
#1477 pins
pytest
to version 7.1.2, which was our version for a long time (while we were pinning to just ''7'). As seen in #1468 and #1469, pytest version 7.3.1 breaks all of the tests intest_zz_examples
. We should figure out why so we can continue to keep up with pytest updates.The long discord thread about this issue has some assorted discoveries in it as far as what we noticed when things were breaking. The pytest changelog also probably has some clues. I notice that the use of the
py
module was deprecated/de-dependencied in pytest 7.2, which we do make use of to find the ROOT path in support.py... just a thought, though.The text was updated successfully, but these errors were encountered: