Skip to content

Commit

Permalink
We cannot run doctests
Browse files Browse the repository at this point in the history
The test environment (at that time) does not have a sufficient XNAT
configuration to survive an automated test. It would ask for the
location of a target XNAT server interactively.
  • Loading branch information
mih committed Sep 25, 2023
1 parent 279c24c commit b3892c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ test_script:
- cmd: md __testhome__
- sh: mkdir __testhome__
- cd __testhome__
- cmd: python -m pytest -s -v -m "not (turtle)" --doctest-modules --cov=datalad_xnat --pyargs %DTS%
- sh: python -m pytest -s -v -m "not (turtle)" --doctest-modules --cov=datalad_xnat --pyargs ${DTS}
- cmd: python -m pytest -s -v -m "not (turtle)" --cov=datalad_xnat --pyargs %DTS%
- sh: python -m pytest -s -v -m "not (turtle)" --cov=datalad_xnat --pyargs ${DTS}


after_test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_crippledfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
echo "== mount >>"
mount
echo "<< mount =="
python -m pytest -s -v --doctest-modules --cov=datalad_xnat --pyargs datalad_xnat
python -m pytest -s -v --cov=datalad_xnat --pyargs datalad_xnat

0 comments on commit b3892c9

Please sign in to comment.