Skip to content

Commit 83427bd

Browse files
committed
Skip dav tests by default
1 parent f0c1898 commit 83427bd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ docs:
5555
cd docs
5656
make html
5757

58+
sh: # open subshell with default test config
59+
$$SHELL;
60+
5861
linkcheck:
5962
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
6063

tests/storage/dav/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .. import StorageTests
1414

1515

16-
dav_server = os.environ.get('DAV_SERVER', '').strip() or 'radicale'
16+
dav_server = os.environ['DAV_SERVER']
1717

1818

1919
def _get_server_mixin(server_name):

0 commit comments

Comments
 (0)