Skip to content

Commit

Permalink
Try blingly reenabling test on windows
Browse files Browse the repository at this point in the history
We are now using tooling that should just work on windows.
  • Loading branch information
mih committed Dec 8, 2023
1 parent cda6bcc commit 5c01928
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions datalad_osf/tests/test_public.py
Expand Up @@ -13,7 +13,6 @@
assert_in,
assert_raises,
eq_,
skip_if_on_windows,
)
import datalad_osf.utils as dlosf_utils

Expand Down Expand Up @@ -51,10 +50,6 @@ def test_readonly_access(tmp_path, monkeypatch):
eq_(ds.repo.annexstatus([test_file])[test_file]['has_content'], True)


# git remote helper does not work on windows, due to some unclear
# line-ending(?) issue
# https://github.com/datalad/datalad-osf/pull/106#issuecomment-653772696
@skip_if_on_windows
def test_readonly_dataset_access(tmp_path, monkeypatch):
# clone from OSF; ds is self-contained at OSF
# make sure that even with locally configured credentials
Expand Down

0 comments on commit 5c01928

Please sign in to comment.