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

nose2pytest: Upgrade Python testing from nose to pytest #108

Merged
merged 8 commits into from
Sep 9, 2022

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Sep 6, 2022

IMPORTANT

Fixes #92
Fixes #93
Fixes #95
Similar to xlcnd/isbntools#119

Make your pull request against the dev branch, please!

On follow-up of issue #95

Changes proposed in this pull request:

  • Run https://pypi.org/project/nose2pytest (on Python 3.6!!) to upgrade Python testing from nose to pytest.
  • I am unsure why pytest --ignore=isbnlib/test/test_editions.py --ignore=isbnlib/test/test_openl.py is required.
  • After this is merged, there will be a todo to wire together pytest and cov.

@xlcnd

@xlcnd xlcnd merged commit ea82c7a into xlcnd:dev Sep 9, 2022
@xlcnd
Copy link
Owner

xlcnd commented Sep 9, 2022

Thanks!

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.

Nose is incompatible with Python >= 3.10
2 participants