diff --git a/tests/test_s3path_configuration.py b/tests/test_s3path_configuration.py index b69184b..f042862 100644 --- a/tests/test_s3path_configuration.py +++ b/tests/test_s3path_configuration.py @@ -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) \ No newline at end of file