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
Recently, tests started failing. I suspect the issue was introduced by the introduction of build to checkdocs.
build
______________________ ERROR collecting examples/build.py ______________________ .tox/python/lib/python3.11/site-packages/_pytest/runner.py:338: in from_call result: Optional[TResult] = func() .tox/python/lib/python3.11/site-packages/_pytest/runner.py:369: in <lambda> call = CallInfo.from_call(lambda: list(collector.collect()), "collect") .tox/python/lib/python3.11/site-packages/_pytest/doctest.py:545: in collect module = import_path( .tox/python/lib/python3.11/site-packages/_pytest/pathlib.py:556: in import_path raise ImportPathMismatchError(module_name, module_file, path) E _pytest.pathlib.ImportPathMismatchError: ('build', '/Users/runner/work/cssutils/cssutils/.tox/python/lib/python3.11/site-packages/build', PosixPath('/Users/runner/work/cssutils/cssutils/examples/build.py'))
The text was updated successfully, but these errors were encountered:
Confirmed. Looking at this test, I see the failing run is using checkdocs 2.8, but the ones that passed have checkdocs 2.7.1.
Sorry, something went wrong.
1b309b7
No branches or pull requests
Recently, tests started failing. I suspect the issue was introduced by the introduction of
build
to checkdocs.The text was updated successfully, but these errors were encountered: