-
Notifications
You must be signed in to change notification settings - Fork 66
4.0.7: test suuite uses nose
module
#72
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
Comments
Definitely! This work was already performed in the parent project, and would need a volunteer for it to take place here as well. |
Nose runs on Python 3 just fine - but it should be replaced for other reasons (namely, being dead). Note that pytest supports running nose-style tests - from a very quick try, that includes gitdb's:
I'd still recommend rewriting the tests themselves (perhaps via nose2pytest), but that can be a more gradual process too. As for the warnings, those are coming from |
This is not a full rewrite to pytest style tests, it just changes the minimum to allow pytest to run the existing tests. Resolves gitpython-developers#72
This is not a full rewrite to pytest style tests, it just changes the minimum to allow pytest to run the existing tests. Resolves gitpython-developers#72
This is not a full rewrite to pytest style tests, it just changes the minimum to allow pytest to run the existing tests. Resolves #72
nose
is for python 2.x and should be replaced bypytest
,nose2
orunittest2
https://docs.nose2.io/en/latest/differences.html
The text was updated successfully, but these errors were encountered: