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
The tests for the latest version (0.10.0) are failing on the conda-forge feedstock. See here.
One of the errors i see is ModuleNotFoundError: No module named 'parser'. I think that is a depreciated module? There are also other errors.
The text was updated successfully, but these errors were encountered:
pdoc/pdoc/test/__init__.py
Lines 546 to 550 in 2cce30a
Some other errors are certainly not as clear. 😕
But the root cause is that our CI testing seems to be severely out of date. Yikes! 😬
pdoc/.github/workflows/ci.yml
Line 14 in 2cce30a
Sorry, something went wrong.
No branches or pull requests
The tests for the latest version (0.10.0) are failing on the conda-forge feedstock. See here.
One of the errors i see is ModuleNotFoundError: No module named 'parser'. I think that is a depreciated module? There are also other errors.
The text was updated successfully, but these errors were encountered: