summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
diff options
context:
space:
mode:
authorxdegaye <xdegaye@gmail.com>2017-12-01 07:08:49 (GMT)
committerGitHub <noreply@github.com>2017-12-01 07:08:49 (GMT)
commitbf2b65e413ca5ec705c7e2f463d0d75e947588a4 (patch)
treef7146c74b318ca4d3ed66551e9f9e68b07be7fa7 /Misc/NEWS.d/next/Tests
parenta561862048555d555fa4850eaf832ae5474c7e1f (diff)
downloadcpython-bf2b65e413ca5ec705c7e2f463d0d75e947588a4.zip
cpython-bf2b65e413ca5ec705c7e2f463d0d75e947588a4.tar.gz
cpython-bf2b65e413ca5ec705c7e2f463d0d75e947588a4.tar.bz2
bpo-28668: test.support.requires_multiprocessing_queue is removed (GH-4560)
Skip tests with test.support.import_module('multiprocessing.synchronize') instead when the semaphore implementation is broken or missing.
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r--Misc/NEWS.d/next/Tests/2017-11-25-14-53-29.bpo-28668.Y1G6pA.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2017-11-25-14-53-29.bpo-28668.Y1G6pA.rst b/Misc/NEWS.d/next/Tests/2017-11-25-14-53-29.bpo-28668.Y1G6pA.rst
new file mode 100644
index 0000000..e80516d
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2017-11-25-14-53-29.bpo-28668.Y1G6pA.rst
@@ -0,0 +1,3 @@
+test.support.requires_multiprocessing_queue is removed. Skip tests with
+test.support.import_module('multiprocessing.synchronize') instead when the
+semaphore implementation is broken or missing.