Skip to content

Commit 03d5f2a

Browse files
authored
grass.gunittest: Exclude test files with tests ran with pytest (#6523)
Since May 2025, these tests are ran with pytest. We didn't see a difference between both, so it is safe to exclude them from running in gunittest too.
1 parent c312122 commit 03d5f2a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gunittest.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ exclude =
2424
vector/v.in.pdal/testsuite/test_v_in_pdal_basic.py
2525
vector/v.in.pdal/testsuite/test_v_in_pdal_filter.py
2626
vector/v.out.lidar/testsuite/test_v_out_lidar.py
27+
# Already running with pytest, see include list in .github/workflows/pytest_args_gunittest.txt
28+
lib/gis/testsuite/test_gis_lib_getl.py
29+
lib/init/testsuite/test_grass_tmp_mapset.py
30+
lib/vector/Vlib/testsuite/test_vlib_box.py
31+
python/grass/exceptions/testsuite/test_ScriptError.py
32+
python/grass/gunittest/testsuite/test_checkers.py
33+
python/grass/pygrass/modules/interface/testsuite/test_flag.py
34+
python/grass/pygrass/modules/interface/testsuite/test_parameter.py
35+
python/grass/pygrass/vector/testsuite/test_filters.py
36+
python/grass/script/testsuite/test_core_make_val.py
37+
python/grass/script/testsuite/test_utils.py
2738

2839
# Maximum time for execution of one test file (not a test function)
2940
# after which test is terminated (which may not terminate child processes

0 commit comments

Comments
 (0)