Skip to content

Commit

Permalink
tests: remove xfails from gcsfs mkdir tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Feb 8, 2024
1 parent dee9393 commit eeec659
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions upath/tests/implementations/test_gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from ..cases import BaseTests
from ..utils import skip_on_windows
from ..utils import xfail_if_version


@skip_on_windows
Expand Down Expand Up @@ -35,15 +34,3 @@ def test_rmdir(self):
@pytest.mark.skip
def test_makedirs_exist_ok_false(self):
pass

@xfail_if_version("gcsfs", lt="2022.7.1", reason="requires gcsfs>=2022.7.1")
def test_mkdir(self):
super().test_mkdir()

@xfail_if_version("gcsfs", lt="2022.7.1", reason="requires gcsfs>=2022.7.1")
def test_mkdir_exists_ok_false(self):
super().test_mkdir_exists_ok_false()

@xfail_if_version("gcsfs", lt="2022.7.1", reason="requires gcsfs>=2022.7.1")
def test_mkdir_exists_ok_true(self):
super().test_mkdir_exists_ok_true()

0 comments on commit eeec659

Please sign in to comment.