-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
WIP: fix #4507 and ensure our modules have no warnings for general import #4510
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
Closed
Closed
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
9342778
fix #4507 and ensure our modules have no warnigns for general import
RonnyPfannschmidt ae3e529
add missed file
RonnyPfannschmidt 4621e28
CHANGELOG
RonnyPfannschmidt 892e10b
fix references used in pytester
RonnyPfannschmidt b17ad82
add some specific warning filters for false positives
RonnyPfannschmidt 9dd0cf6
merge master
RonnyPfannschmidt 1698166
fix merge misstake, return record_xml_attribute
RonnyPfannschmidt edfcabf
silence lsof and account for virtualenv bug
RonnyPfannschmidt 2b07077
assertion only warns about imp on python3
RonnyPfannschmidt 51b40a3
fix virtualenv version
RonnyPfannschmidt e1e3e35
fix #4507 and ensure our modules have no warnigns for general import
RonnyPfannschmidt 19fdbee
fix references used in pytester
RonnyPfannschmidt 0eb6b87
add some specific warning filters for false positives
RonnyPfannschmidt 12f85a2
fix merge misstake, return record_xml_attribute
RonnyPfannschmidt 388357d
silence lsof and account for virtualenv bug
RonnyPfannschmidt 61ef3e6
assertion only warns about imp on python3
RonnyPfannschmidt 765a476
commit broken merge in prep for more
RonnyPfannschmidt ea162a9
Merge branch 'master' into fix-4507
RonnyPfannschmidt 5113afb
more code updates
RonnyPfannschmidt d96d573
sync junitxml with master
RonnyPfannschmidt bb706aa
assertion no longer uses imp
RonnyPfannschmidt 2d1d313
type annotate KNOWN BAD
RonnyPfannschmidt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Sort out warnings we get at the import time of the internal modules. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curious why the imports changed, maybe I missed this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removes the import cycle to pytest
Else we can't import parts of pytest without breaking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you show me what you mean -- like stacktrace or reproduction or whatnot, I'm not sure I understand (and I don't understand why it's necessary for this PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pytest imports from all over the place this preveting isolation, if everything triggers every import then I can't let it effectively tell me what is going on
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last stack trace I had if this disappeared a few months ago in a terminal, perhaps I could recreate it when I'm back on that computer