We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af4c78 commit 1c193aaCopy full SHA for 1c193aa
tests/test_webservice.py
@@ -64,7 +64,6 @@ def test_get_spider_list(app):
64
assert sorted(spiders) == ["spider1", "spider2"]
65
66
67
-@pytest.mark.skipif(os.name == "nt", reason="get_spider_list() unicode fails on windows")
68
def test_get_spider_list_unicode(app):
69
# mybotunicode.egg has two spiders, araña1 and araña2
70
add_test_version(app, "mybotunicode", "r1", "mybotunicode")
0 commit comments