TST: Ignore unknown config ini key (pytest 6.1)#10730
Merged
dhomeier merged 2 commits intoastropy:masterfrom Sep 27, 2020
Merged
TST: Ignore unknown config ini key (pytest 6.1)#10730dhomeier merged 2 commits intoastropy:masterfrom
dhomeier merged 2 commits intoastropy:masterfrom
Conversation
dhomeier
reviewed
Sep 27, 2020
dhomeier
approved these changes
Sep 27, 2020
Contributor
dhomeier
left a comment
There was a problem hiding this comment.
Made it to the actual tests now; so once they've all succeeded this can go in, unless you want to still change the milestone.
Contributor
|
Yes, this would need to be backported to the other release branches. |
Member
Author
|
Thanks, y'all! |
Contributor
|
Thanks for spotting this early on and having a solution ready before the problem popped up! |
Member
Author
|
Kudos go to @nicoddemus and other |
astrofrog
pushed a commit
that referenced
this pull request
Oct 6, 2020
TST: Ignore unknown config ini key (pytest 6.1)
astrofrog
pushed a commit
that referenced
this pull request
Oct 6, 2020
TST: Ignore unknown config ini key (pytest 6.1)
eteq
pushed a commit
to eteq/astropy
that referenced
this pull request
Oct 12, 2020
TST: Ignore unknown config ini key (pytest 6.1)
eteq
pushed a commit
that referenced
this pull request
Oct 13, 2020
TST: Ignore unknown config ini key (pytest 6.1)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This pull request is to utilize pytest-dev/pytest#7700 to silence this warning below that does not break tests but is kinda annoying. It will not be proven work (or not) until pytest 6.1 is out (pytest-dev/pytest#7703), so there is no point in merging this too soon.
We need to keep the unused plugin config due to #7572