pdoc3 / pdoc

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects
https://pdoc3.github.io/pdoc/
GNU Affero General Public License v3.0
1.12k stars 145 forks source link

conda-forge tests failing #393

Open jacobwilliams opened 2 years ago

jacobwilliams commented 2 years ago

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.

kernc commented 2 years ago

https://github.com/pdoc3/pdoc/blob/2cce30a9b55eeeddc1ed826c8a2ada53777c3eea/pdoc/test/__init__.py#L546-L550 Would need to replace with another builtin/compiled module that contains methods (method descriptors).

Some other errors are certainly not as clear. :confused:

But the root cause is that our CI testing seems to be severely out of date. Yikes! :grimacing:

https://github.com/pdoc3/pdoc/blob/2cce30a9b55eeeddc1ed826c8a2ada53777c3eea/.github/workflows/ci.yml#L14