We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da2722 commit 3d2dcc6Copy full SHA for 3d2dcc6
tests/test_mocket.py
@@ -222,6 +222,7 @@ def test_patch(
222
223
224
@pytest.mark.skipif(not psutil.POSIX, reason="Uses a POSIX-only API to test")
225
+@pytest.mark.skipif('os.getenv("SKIP_TRUE_HTTP", False)')
226
@pytest.mark.asyncio
227
async def test_no_dangling_fds():
228
url = "http://httpbin.local/ip"
0 commit comments