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
py.test-benchmark Traceback (most recent call last): File "/home/.../bin/py.test-benchmark", line 8, in <module> sys.exit(main()) ^^^^^^ File "/home/.../lib/python3.12/site-packages/pytest_benchmark/cli.py", line 143, in main hook = HookDispatch(mode=args.importmode, root=pathlib.Path('.')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/.../lib/python3.12/site-packages/pytest_benchmark/cli.py", line 125, in __init__ self.conftest = pathlib.import_path(conftest_file, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: import_path() missing 1 required keyword-only argument: 'consider_namespace_packages'
The text was updated successfully, but these errors were encountered:
There is mention about support for python 3.12 in the most recent commits, but not a tagged version with them. Is it to be expected?
Sorry, something went wrong.
I'm seeing this on 3.11.9, too.
8dfeeec
No branches or pull requests
The text was updated successfully, but these errors were encountered: