Skip to content

Commit

Permalink
Enable test_integration on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmya-jaxl committed Jan 27, 2022
1 parent bc577f3 commit f828f4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit f828f4b

Please sign in to comment.