-
Notifications
You must be signed in to change notification settings - Fork 51
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
test fails with py3.8 and pytest #46
Comments
Hi @paolostivanin! Thanks for working on the porting! pytest will be the way to go for sure! On this specific test, I am not really sure why I'm not really really sure if that test is really useful the way it is either way. I'd just change it so we don't look at things that aren't exactly relevant for the library. In other words, maybe instead of
we could go just for repeating what we did in the previous line
What do you think? |
Yep, makes sense :) |
That's awesome! Thank you so much <o/ |
As nose won't be supported with python 3.9 and up, I was trying to port the tests to pytest.
All tests but 1 passed. In particular, I faced an issue with
test_dir_without_args_returns_names_in_local_scope
:I'm using python 3.8 and pytest on openSUSE.
The text was updated successfully, but these errors were encountered: