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 away from nose #165

Open
fabaff opened this issue Sep 17, 2020 · 3 comments
Open

Migrate away from nose #165

fabaff opened this issue Sep 17, 2020 · 3 comments

Comments

@fabaff
Copy link

fabaff commented Sep 17, 2020

nose was not maintained in the last five years. Fedora is dropping that package which means that all packages which depends on nose can no longer be build. I guess that other distributions will follow.

Please consider to migrate to pytest or a unitest framework that is still maintained. Thanks.

@miketeo
Copy link
Owner

miketeo commented Sep 17, 2020

I will have to look deeper into this as I still intend to support python 2.7
A quick glance on pytest reveals that it needs python 3.5+

@fabaff
Copy link
Author

fabaff commented Sep 21, 2020

Python 2.x is EOL for quite some time now and was intended to be retired in 2015 ;-)

As far as I remembered was the 4.6 series of pytest the last one that supported Python 2.7.

@miketeo
Copy link
Owner

miketeo commented Sep 23, 2020

I see. Thanks.
I will keep that in mind when I go through the options.

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