]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31904: add shell requirement for test_pipes (GH-23489)
authorpxinwr <peixing.xin@windriver.com>
Sat, 28 Nov 2020 22:04:50 +0000 (06:04 +0800)
committerGitHub <noreply@github.com>
Sat, 28 Nov 2020 22:04:50 +0000 (14:04 -0800)
commita86a274b7224a5069f82c2d2cdd1f499d9c8dc22
tree17c333d61fd18d7fccede0c238f56ddad96a0069
parent996a1ef8ae26869a5d0792e0bae615806f50594b
bpo-31904: add shell requirement for test_pipes (GH-23489)

VxWorks has no user space shell provided so it can't support pipes module. Also add shell requirement for running test_pipes.
Doc/library/pipes.rst
Lib/test/support/__init__.py
Lib/test/test_pipes.py
Misc/NEWS.d/next/Tests/2020-11-24-17-26-41.bpo-31904.eug834.rst [new file with mode: 0644]