Skip to content

Commit

Permalink
Merge pull request #190 from datalad/tst-win
Browse files Browse the repository at this point in the history
Try blindly reenabling test on windows
  • Loading branch information
mih committed Dec 8, 2023
2 parents 7515ec2 + 2963d3f commit 52545e3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions datalad_osf/tests/test_public.py
Original file line number Diff line number Diff line change
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 52545e3

Please sign in to comment.