summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorpxinwr <peixing.xin@windriver.com>2020-12-15 21:21:53 (GMT)
committerGitHub <noreply@github.com>2020-12-15 21:21:53 (GMT)
commit9a0dea6137a9fe295c8b03aaa08a74c8572ecc4e (patch)
treef20bb665411d639b26bb486c82e57f8f8fbbd56f /Misc/NEWS.d
parente1e3c2dac3da8a179f57bd3e3309ab65385bcc8a (diff)
downloadcpython-9a0dea6137a9fe295c8b03aaa08a74c8572ecc4e.zip
cpython-9a0dea6137a9fe295c8b03aaa08a74c8572ecc4e.tar.gz
cpython-9a0dea6137a9fe295c8b03aaa08a74c8572ecc4e.tar.bz2
bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on VxWorks (GH-23716)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2020-12-09-15-23-28.bpo-31904.ghj38d.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-12-09-15-23-28.bpo-31904.ghj38d.rst b/Misc/NEWS.d/next/Tests/2020-12-09-15-23-28.bpo-31904.ghj38d.rst
new file mode 100644
index 0000000..654562b
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2020-12-09-15-23-28.bpo-31904.ghj38d.rst
@@ -0,0 +1 @@
+Skip some tests in _test_all_chown_common() on VxWorks.