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

CI: test on pypy-3.8 also #36

Closed
wants to merge 1 commit into from
Closed

CI: test on pypy-3.8 also #36

wants to merge 1 commit into from

Conversation

ThomasWaldmann
Copy link
Collaborator

No description provided.

@ThomasWaldmann
Copy link
Collaborator Author

ThomasWaldmann commented Mar 13, 2022

Doesn't work with pypy:

ImportError while importing test module '/home/runner/work/deflate/deflate/tests/test_compress.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_compress.py:6: in <module>
    import deflate
E   ImportError: /home/runner/work/deflate/deflate/deflate.pypy38-pp73-x86_64-linux-gnu.so: undefined symbol: Py_Initialize

@ThomasWaldmann ThomasWaldmann mentioned this pull request Mar 13, 2022
@ThomasWaldmann
Copy link
Collaborator Author

can be tried again later, after fixing it for pypy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant