Skip to content

Commit

Permalink
test(windows): Remove skipif
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jul 20, 2024
1 parent 0af4c78 commit 1c193aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_webservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def test_get_spider_list(app):
assert sorted(spiders) == ["spider1", "spider2"]


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

0 comments on commit 1c193aa

Please sign in to comment.