Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Aug 9, 2023
1 parent c8c5f25 commit 4182dd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ async def test_stat():
assert stat_res.st_size == 10


@pytest.mark.skipif(
platform.system() == "Windows", reason="No statvfs on Windows"
)
@pytest.mark.skipif(platform.system() == "Windows", reason="No statvfs on Windows")
@pytest.mark.asyncio
async def test_statvfs():
"""Test the statvfs call."""
Expand Down

0 comments on commit 4182dd7

Please sign in to comment.