Skip to content

Commit

Permalink
update typo in test marker (forserver -> forkserver)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicornk authored Nov 5, 2021
1 parent 65e99a1 commit 8885f4c
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 8885f4c

Please sign in to comment.