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

Python 3.13 removes pipes #250

Open
stefanor opened this issue Sep 13, 2024 · 1 comment
Open

Python 3.13 removes pipes #250

stefanor opened this issue Sep 13, 2024 · 1 comment

Comments

@stefanor
Copy link

https://docs.python.org/3.13/whatsnew/3.13.html#whatsnew313-pep594
https://docs.python.org/3.13/whatsnew/3.13.html#summary-release-highlights

============================= test session starts ==============================
platform linux -- Python 3.13.0rc2, pytest-8.3.2, pluggy-1.5.0 -- /usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pytest.ini
testpaths: tests
plugins: typeguard-4.3.0
collecting ... collected 17 items / 2 errors

==================================== ERRORS ====================================
___________________ ERROR collecting tests/test_headerops.py ___________________
ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_headerops.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_headerops.py:2: in <module>
    from pairtools.lib import headerops
pairtools/lib/__init__.py:1: in <module>
    from . import fileio
pairtools/lib/fileio.py:2: in <module>
    import pipes
E   ModuleNotFoundError: No module named 'pipes'
____________________ ERROR collecting tests/test_select.py _____________________
ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_select.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_select.py:6: in <module>
    from pairtools.lib import pairsam_format
pairtools/lib/__init__.py:1: in <module>
    from . import fileio
pairtools/lib/fileio.py:2: in <module>
    import pipes
E   ModuleNotFoundError: No module named 'pipes'
=========================== short test summary info ============================
ERROR tests/test_headerops.py
ERROR tests/test_select.py
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 2 errors in 0.50s ===============================
@golobor
Copy link
Member

golobor commented Sep 13, 2024 via email

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

No branches or pull requests

2 participants