-
Notifications
You must be signed in to change notification settings - Fork 61
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
Pytest Warnings #210
Pytest Warnings #210
Conversation
Codecov Report
@@ Coverage Diff @@
## master #210 +/- ##
======================================
Coverage 95.9% 95.9%
======================================
Files 146 146
Lines 2961 2962 +1
Branches 725 725
======================================
+ Hits 2840 2841 +1
Misses 76 76
Partials 45 45
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@vprusso Am I right to assume this warning is due to some unresolved deprecation warning in
Edit: Similar issues for |
Yes, that seems to be correct. As it appears to be complaining about However, when attempting to run the tests for this module I don't appear to be obtaining the same warning. Indeed, when running it, I do obtain
For reference, I tried the above with |
@vprusso The errors you get with Yes, I think https://stackoverflow.com/questions/40710094/how-to-suppress-py-test-internal-deprecation-warnings Interesting that you don't get the same errors as me. This time, I did use However, I just figured out this environment has the same import issue that should have been fixed in #206. All tests pass in Edit: I am attempting to fix the |
* all pylint issues in tests/ * state_props:eof * python install * pylint userwarning * remove exception and from future annotations * import lines * matrix_props/is_positive_def * fixes Make parameter typing consistent in doc examples #209 * state_metrics/fid_of_sep * channel_props/is_trace_preserving * nonlocalgame * useless suppression * quick fixes * all redefinition disabled * all unsubscriptable object * possibly unbalanced tuples * unnecessary-list-index-lookup * black reformatter no pylint issues * black reformatter pylint issues * test useless supression * Fixes #205 (comment) * Fixes #205 (comment) * Fixes #205 (comment) * fixes #205 (comment) + black reformatter
149e951
to
ade9c8a
Compare
Closing this PR because I messed up my git rebase. |
Description
Fixes #196
Todos
Notable points that this PR has either accomplished or will accomplish.
Questions
Status