From 7366d82bfc3dcf231f7908e259bf2437cf7dafd5 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 20 Mar 2021 04:20:00 +0000 Subject: [PATCH] tests: add needs_net marker to httpheader test --- tests/test_httpheader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_httpheader.py b/tests/test_httpheader.py index 9cca536..ccff11b 100644 --- a/tests/test_httpheader.py +++ b/tests/test_httpheader.py @@ -3,7 +3,7 @@ import pytest -pytestmark = pytest.mark.asyncio +pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net] async def test_redirection(get_version): assert await get_version("unifiedremote", {