From 5b7b0313d8a21f00da5505e5d313a131b6c84fd4 Mon Sep 17 00:00:00 2001 From: liormizrahi Date: Sat, 9 Nov 2024 19:00:51 +0200 Subject: [PATCH] WIP --- tests/test_s3path_configuration.py | 6 ------ 1 file changed, 6 deletions(-) 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