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

Migrate to pytest since nose is Python 3.9 incompatible #35

Closed
tirkarthi opened this issue Jan 19, 2020 · 2 comments
Closed

Migrate to pytest since nose is Python 3.9 incompatible #35

tirkarthi opened this issue Jan 19, 2020 · 2 comments
Milestone

Comments

@tirkarthi
Copy link

nose is not maintained and is incompatible with Python 3.9 as reported in nose-devs/nose#1099 . Using pytest seems to be a better option and testing with nose will become an issue with Python 3.9 .

@astanin
Copy link
Owner

astanin commented Jan 20, 2020

Thank you. I noticed that nose is no longer maintained, but it kept working. But supporting Python 3.9 is important.

@astanin astanin added this to the v0.9 milestone Jan 20, 2020
@astanin
Copy link
Owner

astanin commented Mar 23, 2020

Resolved in dfaa28b

@astanin astanin closed this as completed Mar 23, 2020
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