From f63e731cb0e2f4899419bad23324e196953c2f2a Mon Sep 17 00:00:00 2001
From: liormizrahi
Date: Sat, 9 Nov 2024 19:03:23 +0200
Subject: [PATCH] WIP
---
tests/test_pure_path_operations.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/tests/test_pure_path_operations.py b/tests/test_pure_path_operations.py
index 062e0af..1894b2a 100644
--- a/tests/test_pure_path_operations.py
+++ b/tests/test_pure_path_operations.py
@@ -5,7 +5,6 @@
from s3path import PureS3Path
-@pytest.mark.skipif(sys.version_info > (3, 12), reason="Not supported on python3.13 or higher")
def test_paths_of_a_different_flavour():
with pytest.raises(TypeError):
PureS3Path('/bucket/key') < PurePosixPath('/bucket/key')