Skip to content
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

Show invalid ini keys sorted #7303

Merged
merged 1 commit into from
Jun 2, 2020
Merged

Conversation

nicoddemus
Copy link
Member

Otherwise this relies on the dictionary order of config.inicfg, which
is insertion order in py36+ but "random" order in py35.

This lead to an unrelated failure in https://github.com/pytest-dev/pytest/pull/7247/checks?check_run_id=732077801.

Otherwise this relies on the dictionary order of `config.inicfg`, which
is insertion order in py36+ but "random" order in py35.
Copy link
Member

@asottile asottile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asottile asottile merged commit 5814f77 into pytest-dev:master Jun 2, 2020
@nicoddemus nicoddemus deleted the flaky-ini-keys branch June 2, 2020 22:43
@gnikonorov
Copy link
Member

gnikonorov commented Jun 2, 2020

Sorry about that. Thanks for patching @asottile and @nicoddemus

@nicoddemus
Copy link
Member Author

Not at all @gnikonorov, thanks again for the original contribution! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants