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 a2cdbb8 commit 5b7b031
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_s3path_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,3 @@ def test_issue_123():
new_resource, _ = accessor.configuration_map.get_configuration(path)
assert new_resource is s3
assert new_resource is not old_resource


@pytest.mark.skipif(sys.version_info < (3, 13), reason="requires python3.13 or higher")
def test_register_configuration_parameter_old_algo():
with pytest.raises(ValueError):
register_configuration_parameter(PureS3Path('/'), glob_new_algorithm=False)

0 comments on commit 5b7b031

Please sign in to comment.