-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fix 'clean' fixture #59
Conversation
Thanks for the fix! |
Currently there are some known test setup issue which make the test suite not able to succeed on GitHub actions..I tried to search for solutions but didn't solve it. Haven't digged too deep though. Not sure if you're also interested in taking a look |
I can look into it next week. |
Cool, thank you again |
@laike9m Also, should I raise a separate PR for the |
I believe they're cancelled because GitHub Actions saw a failure (3.9) I'm fine with disabling |
@laike9m
There are two ways to fix this
I decided to suppress the errors because:
I originally intended to suppress the errors by adding markers inside any of the config files - tox.ini, pyproject.toml, mypy.ini. UPDATE: I was finally able to make it work, see the latest commit
On top of that, initially I was not able to replicate 'Cannot find implementation or library stub for module named "pytest"' in my local when using virtualenv. Only when I used
|
Never mind, the existing behaviour actually makes sense. |
7b1b0e0
to
d484ff9
Compare
Ignoring the error makes sense to me. Thank you again! |
No description provided.