]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40214: Temporarily disable a ctypes test (GH-19404)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Apr 2020 12:31:42 +0000 (05:31 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2020 12:31:42 +0000 (05:31 -0700)
commitc83f003ee5398e9c27a0c634329420003d607d46
tree9ee8b2443d8c7c31f91aa66fa7b22a9da17c1001
parent37a257c0ae0d4ba746397ae7584db887b175ab24
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.
(cherry picked from commit f407e209c1e35b64835f73e7e7ca23e33817e9fe)

Co-authored-by: Zachary Ware <zach@python.org>
Lib/ctypes/test/test_loading.py