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

Replace unmaintained nose with pytest #406

Merged
merged 1 commit into from Feb 23, 2020

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Jan 13, 2020

Fixes #405.

The nightly (Python 3.9) is failing because Nose doesn't support it and is no longer maintained: nose-devs/nose#1099.

Nose has been in maintenance mode for the past several years and will likely cease without a new person/team to take over maintainership. New projects should consider using Nose2, py.test, or just plain unittest/unittest2.

https://nose.readthedocs.io/en/latest/

nose2 may or may not be a good fit for your project.

If you are new to python testing, we encourage you to also consider pytest, a popular testing framework.

https://docs.nose2.io/en/latest/

I also recommend pytest.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.3%) to 30.377% when pulling d042274 on hugovk:replace-nose-with-pytest into 3a8674a on sixohsix:master.

@hugovk hugovk changed the title Replace deprecated nose with pytest Replace unmaintained nose with pytest Feb 3, 2020
@RouxRC RouxRC merged commit da866c4 into python-twitter-tools:master Feb 23, 2020
@RouxRC
Copy link
Member

RouxRC commented Feb 23, 2020

Thanks for the update Hugo !

@hugovk hugovk deleted the replace-nose-with-pytest branch February 23, 2020 19:43
@hugovk
Copy link
Member Author

hugovk commented Feb 23, 2020

You're welcome!

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.

pull request failed due to travis-ci nightly build fail with nosetest incompatible with python3.9-dev
3 participants