We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df491d8 commit 2eb9f73Copy full SHA for 2eb9f73
.ci/pytest.bash
@@ -10,5 +10,4 @@ source ${BASE_DIR}/.ci/common_setup.bash
10
# if we're in a versioned branch pip will downgrade pymor here from pypi
11
python -m pip install .
12
13
-cd ${BASE_DIR}
14
-xvfb-run -a pytest -s -r sxX test/
+xvfb-run -a pytest -s -r sxX test/*py
0 commit comments