diff options
author | xdegaye <xdegaye@gmail.com> | 2017-11-26 09:31:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-26 09:31:44 (GMT) |
commit | a6fba9b827e395fc9583c07bc2d15cd11f684439 (patch) | |
tree | 1c07e97cc0f44ccbf4faedafe205c393df2b119a /Misc/NEWS.d/next/Tests | |
parent | 4274609e1856facd80b7ee588b0791fe8963b9e0 (diff) | |
download | cpython-a6fba9b827e395fc9583c07bc2d15cd11f684439.zip cpython-a6fba9b827e395fc9583c07bc2d15cd11f684439.tar.gz cpython-a6fba9b827e395fc9583c07bc2d15cd11f684439.tar.bz2 |
bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2017-11-24-18-15-12.bpo-32126.PLmNLn.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2017-11-24-18-15-12.bpo-32126.PLmNLn.rst b/Misc/NEWS.d/next/Tests/2017-11-24-18-15-12.bpo-32126.PLmNLn.rst new file mode 100644 index 0000000..b5ba9d5 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2017-11-24-18-15-12.bpo-32126.PLmNLn.rst @@ -0,0 +1,2 @@ +Skip test_get_event_loop_new_process in test.test_asyncio.test_events when +sem_open() is not functional. |