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

bpo-36763: Fix encoding/locale tests in test_embed #13443

Merged
merged 1 commit into from
May 20, 2019
Merged

bpo-36763: Fix encoding/locale tests in test_embed #13443

merged 1 commit into from
May 20, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented May 20, 2019

  • Fix encoding and locale tests in test_embed.InitConfigTests.
  • InitConfigTests now only computes EXPECTED_CONFIG once.
  • Add tests for PYTHONWARNINGS and PYTHONPATH env vars

https://bugs.python.org/issue36763

* Fix encoding and locale tests in test_embed.InitConfigTests.
* InitConfigTests now only computes EXPECTED_CONFIG once.
* Add tests for PYTHONWARNINGS and PYTHONPATH env vars
@vstinner
Copy link
Member Author

This change should fix tests on FreeBSD.

@vstinner vstinner merged commit 425717f into python:master May 20, 2019
@vstinner vstinner deleted the config_locale branch May 20, 2019 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants