Skip to content

Commit

Permalink
Merge pull request #6772 from christian-monch/issue-6163-file-path-wi…
Browse files Browse the repository at this point in the history
…ndows-testing

Do not skip file-URL tests on windows
  • Loading branch information
yarikoptic committed Jun 30, 2022
2 parents bac08c8 + 20095ab commit 4feb52e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datalad/support/tests/test_network.py
Expand Up @@ -411,7 +411,6 @@ def test_url_dicts():
eq_(URL("http://host").query_dict, {})


@skip_if_on_windows
def test_get_url_path_on_fileurls():
eq_(URL('file:///a').path, '/a')
eq_(URL('file:///a/b').path, '/a/b')
Expand Down

0 comments on commit 4feb52e

Please sign in to comment.