We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pytest 8.1.0 is out 13 hrs ago, and
==================================== ERRORS ==================================== _________________ ERROR collecting scpdt/tests/module_cases.py _________________ /home/runner/work/scpdt/scpdt/scpdt/plugin.py:197: in collect module = import_path( E TypeError: import_path() missing 1 required keyword-only argument: 'consider_namespace_packages' =========================== short test summary info ============================ ERROR ../../../../home/runner/work/scpdt/scpdt/scpdt/tests/module_cases.py - TypeError: import_path() missing 1 required keyword-only argument: 'consider_namespace_packages' !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.08s =============================== FAILED
seen in, e.g. https://github.com/ev-br/scpdt/actions/runs/8136567655/job/22233146231.
The failure is in pytest-vendored code, so cross-ref gh-123.
pytest release notes (https://github.com/pytest-dev/pytest/releases) mention consider_namespace_package, need to investigate.
consider_namespace_package
The text was updated successfully, but these errors were encountered:
pytest-dev/pytest#11475 hints that maybe wait out until dust settles a bit.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
pytest 8.1.0 is out 13 hrs ago, and
seen in, e.g. https://github.com/ev-br/scpdt/actions/runs/8136567655/job/22233146231.
The failure is in pytest-vendored code, so cross-ref gh-123.
pytest release notes (https://github.com/pytest-dev/pytest/releases) mention
consider_namespace_package
, need to investigate.The text was updated successfully, but these errors were encountered: