]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40214: Temporarily disable a ctypes test (GH-19404)
authorZachary Ware <zach@python.org>
Tue, 7 Apr 2020 06:39:58 +0000 (01:39 -0500)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2020 06:39:58 +0000 (01:39 -0500)
commitf407e209c1e35b64835f73e7e7ca23e33817e9fe
tree549a68fbe265939f08028658d8c6314964c56873
parent8ea10a94463f1ea217bcaef86f2ebd9d43240b4e
bpo-40214: Temporarily disable a ctypes test (GH-19404)

Only one particular sub-test of
ctypes.test.test_loading.test_load_dll_with_flags is disabled, which
caused failures on Azure Pipelines CI.
Lib/ctypes/test/test_loading.py