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.12 #5

Open
yarikoptic opened this issue Sep 25, 2023 · 1 comment
Open

Python 3.12 #5

yarikoptic opened this issue Sep 25, 2023 · 1 comment

Comments

@yarikoptic
Copy link

thanks for maintaining this fork. Let me know if you need help

tried with 3.12 on AnnexRemote which is still nose

❯ python -m nose -s -v tests
Traceback (most recent call last):
  File "<frozen runpy>", line 189, in _run_module_as_main
  File "<frozen runpy>", line 148, in _get_module_details
  File "<frozen runpy>", line 112, in _get_module_details
  File "/home/yoh/proj/misc/AnnexRemote/venvs/dev3.12/lib/python3.12/site-packages/nose/__init__.py", line 1, in <module>
    from nose.core import collector, main, run, run_exit, runmodule
  File "/home/yoh/proj/misc/AnnexRemote/venvs/dev3.12/lib/python3.12/site-packages/nose/core.py", line 12, in <module>
    from nose.loader import defaultTestLoader
  File "/home/yoh/proj/misc/AnnexRemote/venvs/dev3.12/lib/python3.12/site-packages/nose/loader.py", line 21, in <module>
    from nose.importer import Importer, add_path, remove_path
  File "/home/yoh/proj/misc/AnnexRemote/venvs/dev3.12/lib/python3.12/site-packages/nose/importer.py", line 12, in <module>
    from imp import find_module, load_module, acquire_lock, release_lock
ModuleNotFoundError: No module named 'imp'
@jayvdb
Copy link
Owner

jayvdb commented Feb 11, 2024

Sadly we have failures on py311 also: #2

You may find that https://github.com/mdmintz/pynose is better maintained. It appears to work on py312

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