Skip to content

Commit 4a24b95

Browse files
author
Theofilos Manitaras
authored
Merge branch 'master' into dependabot/pip/pytest-7.0.1
2 parents 2499999 + 2805e18 commit 4a24b95

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

config/cscs-ci.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,8 @@
205205
],
206206
'general': [
207207
{
208-
'check_search_path': [
209-
'checks/'
210-
],
211-
'check_search_recursive': True,
208+
'check_search_path': ['checks/'],
209+
'check_search_recursive': True
212210
}
213211
]
214212
}

config/cscs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,7 @@
10081008
{
10091009
'check_search_path': ['checks/'],
10101010
'check_search_recursive': True,
1011+
'compact_test_names': True,
10111012
'remote_detect': True
10121013
}
10131014
]

0 commit comments

Comments
 (0)