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
In #1822 we tried to move up to pytest 8, which involved moving the slow test marker out of _tests/conftest.py and into the top level pyproject.toml. It turned out that this caused something to go wrong with our nightly tests which tried to use said marker and led to a failure during test collection, as documented in #1997. In #2017 this was partially reverted by putting the faulty marker in the top level setup.cfg instead of pyproject.toml. We should take another go at consolidating the marker definition from setup.cfg into pyproject.toml.
The text was updated successfully, but these errors were encountered:
In #1822 we tried to move up to pytest 8, which involved moving the
slow
test marker out of_tests/conftest.py
and into the top levelpyproject.toml
. It turned out that this caused something to go wrong with our nightly tests which tried to use said marker and led to a failure during test collection, as documented in #1997. In #2017 this was partially reverted by putting the faulty marker in the top levelsetup.cfg
instead ofpyproject.toml
. We should take another go at consolidating the marker definition fromsetup.cfg
intopyproject.toml
.The text was updated successfully, but these errors were encountered: