Skip to content

Commit

Permalink
Merge pull request #546 from nicornk/patch-1
Browse files Browse the repository at this point in the history
update typo in test marker (forserver -> forkserver)
  • Loading branch information
martindurant authored Nov 5, 2021
2 parents 65e99a1 + 8885f4c commit 6f47de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3fs/tests/test_s3fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ def _get_s3_id(s3):
"forkserver",
marks=pytest.mark.skipif(
sys.platform.startswith("win"),
reason="'forserver' not available on windows",
reason="'forkserver' not available on windows",
),
),
],
Expand Down

0 comments on commit 6f47de4

Please sign in to comment.