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

Make essm compatible with Python 3.10 #91

Open
schymans opened this issue Aug 18, 2020 · 2 comments
Open

Make essm compatible with Python 3.10 #91

schymans opened this issue Aug 18, 2020 · 2 comments

Comments

@schymans
Copy link
Collaborator

setup.py test and pytest-runner are deprecated for security reasons (https://pypi.org/project/pytest-runner/). Need to update unit testing following current best practice, e.g. https://docs.pytest.org/en/stable/goodpractices.html.

@schymans
Copy link
Collaborator Author

This issue actually prevents me from creating a conda build of essm: conda-forge/staged-recipes#12425
The error is caused by the inability to install pytest-runner.
@jirikuncar could you help updating the unit testing of essm, or tell me where to start? Thanks!

@schymans
Copy link
Collaborator Author

Pasting a PM from @jirikuncar, for the records:
'First, I think we should look at which Python version we want to support and migrate setup.py to pyproject.toml'

The goal should be to make essm compatible with Python 3.10.

@schymans schymans changed the title Update tests following deprecation of pytest-runner Make essm compatible with Python 3.10 Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant