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

Use pytest instead of nose #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use pytest instead of nose #63

wants to merge 1 commit into from

Conversation

jnns
Copy link

@jnns jnns commented Sep 17, 2022

nosetests doesn't support Python 3.10 and is also unmaintained. The comment in tests.yml suggested that pytest should be used instead. This pull request replaces nose with pytest.

@millerdev
Copy link
Contributor

The comment in tests.yml suggested that pytest should be used instead.

Indeed, it suggested that maybe that was an option. However, I really dislike pytest's magical/unpythonic fixtures, and I was hoping to find a way to avoid using them before making the switch. I'll think about this.

@jnns
Copy link
Author

jnns commented Sep 20, 2022

Do you know Ward already? I have no experience with it whatsoever but I read that it handles fixture resolution differently.

@millerdev
Copy link
Contributor

Thanks for the suggestion, I'll take a look.

@a-detiste
Copy link

ping ... the great nose removal is still ongoing

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.

None yet

3 participants