]> arthur.barton.de Git - bup.git/blobdiff - pytest
Migrate the remaining (standalone) test/ext tests to pytest
[bup.git] / pytest
diff --git a/pytest b/pytest
index a62ee1fe127e8590119722005ee1636e394eccf3..f35f626bdfe29855de3f9a9f3749424658399e47 100755 (executable)
--- a/pytest
+++ b/pytest
@@ -6,4 +6,4 @@ script_home="$(cd "$(dirname "$0")" && pwd -P)"
 testlibdir="$script_home/test/lib"
 
 export PYTHONPATH="$testlibdir${PYTHONPATH:+:$PYTHONPATH}"
-exec dev/bup-python -m pytest -v "$@"
+exec dev/bup-python -m pytest -v -m 'not release' "$@"