]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31904: skip some tests related to fifo on VxWorks (GH-23473)
authorpxinwr <peixing.xin@windriver.com>
Sat, 28 Nov 2020 22:06:36 +0000 (06:06 +0800)
committerGitHub <noreply@github.com>
Sat, 28 Nov 2020 22:06:36 +0000 (14:06 -0800)
commit6a273fdc2a36f52fb70359149eff014f1b6b08d4
tree9555653acd735f5e1e4fcd626dea2d833e75b72d
parenta86a274b7224a5069f82c2d2cdd1f499d9c8dc22
bpo-31904: skip some tests related to fifo on VxWorks (GH-23473)

On VxWork RTOS, FIFO must be created under directory "/fifos/". Some test cases related to fifo is invalid on VxWorks. So skip them.
Lib/test/test_pathlib.py
Lib/test/test_shutil.py
Misc/NEWS.d/next/Tests/2020-11-23-11-11-29.bpo-31904.V3sUZk.rst [new file with mode: 0644]