We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0732f45 commit 9411b60Copy full SHA for 9411b60
1 file changed
tests/test_fromfile.py
@@ -65,7 +65,8 @@ def read(self, size):
65
do_test_fromfile(FileObject())
66
67
68
-@skipIf(sys.version.startswith("3.6.") or not has_lxml, "lxml not installed")
+# TODO: fix the test which is failing on non-Windows platforms
69
+@skipIf(sys.version.startswith("3.6.") or not has_lxml or sys.platform != "win32", "lxml not installed")
70
def test_fromfile_url():
71
from http.server import ThreadingHTTPServer, SimpleHTTPRequestHandler
72
import threading
0 commit comments