Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
liormizr committed Nov 9, 2024
1 parent 5b7b031 commit f63e731
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_pure_path_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f63e731

Please sign in to comment.