Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 22, 2019

When the test is ran with PYTHONWARNINGS=error the environment variable is passed to the python interpreter used in assert_python_ok where DeprecationWarning from @asyncio.coroutine is converted into an error. Ignore the DeprecationWarning in assert_python_ok.

https://bugs.python.org/issue37323
(cherry picked from commit 186f709)

Co-authored-by: Xtreak tir.karthi@gmail.com

https://bugs.python.org/issue37323

…ythonGH-14293)

When the test is ran with `PYTHONWARNINGS=error` the environment variable is passed to the python interpreter used in `assert_python_ok` where `DeprecationWarning` from  `@asyncio.coroutine` is converted into an error. Ignore the `DeprecationWarning` in `assert_python_ok`.

https://bugs.python.org/issue37323
(cherry picked from commit 186f709)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
@miss-islington
Copy link
Contributor Author

@tirkarthi: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 9b32b44 into python:3.8 Jun 22, 2019
@miss-islington miss-islington deleted the backport-186f709-3.8 branch June 22, 2019 10:43
@miss-islington
Copy link
Contributor Author

@tirkarthi: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@tirkarthi: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants