Skip to content

Commit 2eb9f73

Browse files
committed
[ci] fix test discovery
1 parent df491d8 commit 2eb9f73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.ci/pytest.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ source ${BASE_DIR}/.ci/common_setup.bash
1010
# if we're in a versioned branch pip will downgrade pymor here from pypi
1111
python -m pip install .
1212

13-
cd ${BASE_DIR}
14-
xvfb-run -a pytest -s -r sxX test/
13+
xvfb-run -a pytest -s -r sxX test/*py

0 commit comments

Comments
 (0)