pdoc icon indicating copy to clipboard operation
pdoc copied to clipboard

conda-forge tests failing

Open jacobwilliams opened this issue 3 years ago • 1 comments
trafficstars

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.

jacobwilliams avatar Apr 11 '22 14:04 jacobwilliams

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

kernc avatar Apr 11 '22 17:04 kernc