File remove-pytest.mark.internal.patch of Package python-aiohttp.35324
From aea8f857353f5488d8f5dcd3535da81222d36de3 Mon Sep 17 00:00:00 2001
From: John Paul Adrian Glaubitz <glaubitz@suse.com>
Date: Tue, 14 May 2024 11:14:55 +0200
Subject: [PATCH] Remove pytest.mark.internal marker to enable CVE-2024-27306
tests
---
tests/test_web_urldispatcher.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/test_web_urldispatcher.py b/tests/test_web_urldispatcher.py
index 5a939329..e2943198 100644
--- a/tests/test_web_urldispatcher.py
+++ b/tests/test_web_urldispatcher.py
@@ -89,7 +89,6 @@ async def test_access_root_of_static_handler(
assert read_ == data
-@pytest.mark.internal # Dependent on filesystem
@pytest.mark.skipif(
not sys.platform.startswith("linux"),
reason="Invalid filenames on some filesystems (like Windows)",
--
2.45.0