Commit 186f709
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
1 parent 184f3d4 commit 186f709
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3352 | 3352 | | |
3353 | 3353 | | |
3354 | 3354 | | |
3355 | | - | |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
3356 | 3358 | | |
3357 | 3359 | | |
3358 | 3360 | | |
| |||
0 commit comments