-
Notifications
You must be signed in to change notification settings - Fork 10
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
minor fixes #350
minor fixes #350
Conversation
Codecov Report
@@ Coverage Diff @@
## master #350 +/- ##
==========================================
+ Coverage 96.94% 96.95% +0.01%
==========================================
Files 84 85 +1
Lines 4875 4993 +118
==========================================
+ Hits 4726 4841 +115
- Misses 149 152 +3
Continue to review full report at Codecov.
|
This import conflict somehow makes sense to me. There is the installed location containing conftest.py (e.g. the distribution which just got installed via pip prior invoking pytest), then the source directory (from which we invoke pytest). The simplest workaround would be to invoke pytest for the distribution test from another directory than the source directory. |
this should circumvent the import conflict of conftest.py
Hello @marscher! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-04-30 16:50:43 UTC |
Changes