From f828f4b2dc32238fca5641ed955780d8a60d674e Mon Sep 17 00:00:00 2001 From: Sowmya Singh Date: Thu, 27 Jan 2022 18:14:56 +0530 Subject: [PATCH] Enable `test_integration` on windows --- tests/integration/test_integration.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integration/test_integration.py b/tests/integration/test_integration.py index ca0012b6a6..0c94f03fe8 100644 --- a/tests/integration/test_integration.py +++ b/tests/integration/test_integration.py @@ -210,10 +210,6 @@ def proxy_py_subprocess(request: Any) -> Generator[int, None, None]: PROXY_PY_FLAGS_INTEGRATION, indirect=True, ) # type: ignore[misc] -@pytest.mark.skipif( - IS_WINDOWS, - reason='OSError: [WinError 193] %1 is not a valid Win32 application', -) # type: ignore[misc] def test_integration(proxy_py_subprocess: int) -> None: """An acceptance test using ``curl`` through proxy.py.""" this_test_module = Path(__file__)