Skip to content
New issue

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

conda-forge tests failing #393

Open
jacobwilliams opened this issue Apr 11, 2022 · 1 comment
Open

conda-forge tests failing #393

jacobwilliams opened this issue Apr 11, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@jacobwilliams
Copy link

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
Copy link
Member

kernc commented Apr 11, 2022

pdoc/pdoc/test/__init__.py

Lines 546 to 550 in 2cce30a

def test_builtin_methoddescriptors(self):
import parser
with self.assertWarns(UserWarning):
c = pdoc.Class('STType', pdoc.Module(parser), parser.STType)
self.assertIsInstance(c.doc['compile'], pdoc.Function)

Would need to replace with another builtin/compiled module that contains methods (method descriptors).

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! 😬

python-version: [3.6, 3.7]

@kernc kernc added the bug Something isn't working label Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants