mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Skip test_ftplib on windows
This commit is contained in:
@@ -22,6 +22,10 @@ from unittest import TestCase, skipUnless
|
||||
from test import support
|
||||
from test.support import HOST, HOSTv6
|
||||
|
||||
import sys
|
||||
if sys.platform == 'win32':
|
||||
raise unittest.SkipTest("test_ftplib not working on windows")
|
||||
|
||||
TIMEOUT = 3
|
||||
# the dummy data returned by server over the data channel when
|
||||
# RETR, LIST, NLST, MLSD commands are issued
|
||||
|
||||
Reference in New Issue
Block a user