Commit 0c942c0 1 parent 9e7e6ca commit 0c942c0 Copy full SHA for 0c942c0
File tree 1 file changed +5
-27
lines changed
1 file changed +5
-27
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,11 @@ container:
18
18
env :
19
19
# Skip specific tasks by name. Set to a non-empty string to skip.
20
20
SKIP_LINT_TASK : " "
21
- SKIP_TEST_MINIMAL_TASK : " "
22
- SKIP_TEST_FULL_TASK : " "
21
+ SKIP_TEST_TASK : " "
23
22
SKIP_GALLERY_TASK : " "
24
23
SKIP_DOCTEST_TASK : " "
25
24
SKIP_LINKCHECK_TASK : " "
26
25
# Skip task groups by type. Set to a non-empty string to skip.
27
- SKIP_ALL_TEST_TASKS : " "
28
26
SKIP_ALL_DOC_TASKS : " "
29
27
# Maximum cache period (in weeks) before forcing a new cache upload.
30
28
CACHE_PERIOD : " 2"
@@ -130,37 +128,17 @@ lint_task:
130
128
131
129
132
130
#
133
- # Testing Minimal (Linux)
131
+ # Testing (Linux)
134
132
#
135
- test_minimal_task :
136
- only_if : ${SKIP_TEST_MINIMAL_TASK} == "" && ${SKIP_ALL_TEST_TASKS } == ""
133
+ test_task :
134
+ only_if : ${SKIP_TEST_TASK } == ""
137
135
<< : *CREDITS_TEMPLATE
138
136
matrix :
139
137
env :
140
138
PY_VER : 3.7
141
139
env :
142
140
PY_VER : 3.8
143
- name : " ${CIRRUS_OS}: py${PY_VER} tests (minimal)"
144
- << : *LINUX_TASK_TEMPLATE
145
- tests_script :
146
- - export CONDA_OVERRIDE_LINUX="$(uname -r | cut -d'+' -f1)"
147
- - echo "[Resources]" > ${SITE_CFG}
148
- - echo "doc_dir = ${CIRRUS_WORKING_DIR}/docs" >> ${SITE_CFG}
149
- - nox --session tests -- --verbose
150
-
151
-
152
- #
153
- # Testing Full (Linux)
154
- #
155
- test_full_task :
156
- only_if : ${SKIP_TEST_FULL_TASK} == "" && ${SKIP_ALL_TEST_TASKS} == ""
157
- << : *CREDITS_TEMPLATE
158
- matrix :
159
- env :
160
- PY_VER : 3.7
161
- env :
162
- PY_VER : 3.8
163
- name : " ${CIRRUS_OS}: py${PY_VER} tests (full)"
141
+ name : " ${CIRRUS_OS}: py${PY_VER} tests"
164
142
container :
165
143
image : gcc:latest
166
144
cpu : 6
You can’t perform that action at this time.
0 commit comments