Skip to content
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

TypeError: import_path() missing 1 required keyword-only argument: 'consider_namespace_packages' (pytest 8.2.dev) #240

Closed
pllim opened this issue Mar 4, 2024 · 0 comments · Fixed by #241

Comments

@pllim
Copy link
Contributor

pllim commented Mar 4, 2024

New failures caused by pytest-dev (post pytest 8.1):

pytest_doctestplus/plugin.py:268: in collect
    module = import_path(fspath, mode=mode, root=self.config.rootpath)
E   TypeError: import_path() missing 1 required keyword-only argument: 'consider_namespace_packages'

Caused by:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant