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
pytest 7.3.2 changed treatment of testpaths to now always load conftest from the tox configured testpaths. this breaks our integration-tests because our configured testpaths in tox.ini points to tests/unittests which carries with it a dependency on responses that is unneeded for our integration-tests target. This behavior breaks all of our jenkins test runners which don't need to express responses as a dependency.
This issue is known in pytest issue: #11104 and will likely be reverted in the coming week and introduced as a separate config feature in a major release.
Steps to reproduce the problem
tox -e integration-test # results in a traceback module not found `reponses`