Skip to content

Commit 1f01f42

Browse files
committed
fixes it
1 parent 44faf2c commit 1f01f42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_s3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def before_fork(self):
672672
exit(-1)
673673

674674
@unittest.skipIf(sys.platform.startswith('win') or sys.platform == 'darwin',
675-
"Test skipped on Windows and macOS. Windows doesn't support fork. macOS has background threads crashes the fork.")
675+
"Test skipped on Windows and macOS. Windows doesn't support fork. macOS has background threads crashes the forked process.")
676676
def test_fork_workaround(self):
677677
global CRT_S3_CLIENT
678678
CRT_S3_CLIENT = s3_client_new(False, self.region, 5 * MB)

0 commit comments

Comments
 (0)