Skip to content

Commit f828f4b

Browse files
committed
Enable test_integration on windows
1 parent bc577f3 commit f828f4b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration/test_integration.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,6 @@ def proxy_py_subprocess(request: Any) -> Generator[int, None, None]:
210210
PROXY_PY_FLAGS_INTEGRATION,
211211
indirect=True,
212212
) # type: ignore[misc]
213-
@pytest.mark.skipif(
214-
IS_WINDOWS,
215-
reason='OSError: [WinError 193] %1 is not a valid Win32 application',
216-
) # type: ignore[misc]
217213
def test_integration(proxy_py_subprocess: int) -> None:
218214
"""An acceptance test using ``curl`` through proxy.py."""
219215
this_test_module = Path(__file__)

0 commit comments

Comments
 (0)