Skip to content

Commit 1c193aa

Browse files
committed
test(windows): Remove skipif
1 parent 0af4c78 commit 1c193aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_webservice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def test_get_spider_list(app):
6464
assert sorted(spiders) == ["spider1", "spider2"]
6565

6666

67-
@pytest.mark.skipif(os.name == "nt", reason="get_spider_list() unicode fails on windows")
6867
def test_get_spider_list_unicode(app):
6968
# mybotunicode.egg has two spiders, araña1 and araña2
7069
add_test_version(app, "mybotunicode", "r1", "mybotunicode")

0 commit comments

Comments
 (0)