Skip to content

Refuses to run on Python 3.12 #28

Open
@jaraco

Description

@jaraco

I installed with pipx install nose2pytest@git+https://github.com/pytest-dev/nose2pytest --force (GitHub link because PyPI is stale), but then the project failed to run:

nose2pytest .
Traceback (most recent call last):
  File "/Users/jaraco/.local/bin/nose2pytest", line 7, in <module>
    from nose2pytest.script import main
  File "/Users/jaraco/Library/Application Support/pipx/venvs/nose2pytest/lib/python3.12/site-packages/nose2pytest/script.py", line 133, in <module>
    raise RuntimeError('nose2pytest must be run using Python 3.5 to 3.11')
RuntimeError: nose2pytest must be run using Python 3.5 to 3.11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions