From ef850bf633f52c8a072c1718035e941003a941ab Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 22 Dec 2020 16:45:14 -0500 Subject: [PATCH] Restore tests now that they're no longer failing. Fixes #436. --- tests/test_multiprocess.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_multiprocess.py b/tests/test_multiprocess.py index 788581b8..10a556b2 100644 --- a/tests/test_multiprocess.py +++ b/tests/test_multiprocess.py @@ -16,10 +16,6 @@ def subprocess_get(): platform.system() == 'Linux', reason="#410: keyring discovery fails intermittently", ), - pytest.mark.xfail( - platform.system() == 'Windows', - reason="#436: Multiprocessing fails on Windows intermittently", - ), ]