Open jacobwilliams opened 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:
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.