6161 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
6262 run : >-
6363 python -m pytest -x
64- -m object_removal -m ' not unix' -c /dev/null -p no:warnings
64+ -m ' object_removal and not unix' -c /dev/null -p no:warnings
6565 -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
6666 dispatch_tests :
6767 runs-on : windows-latest
8585 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
8686 run : >-
8787 python -m pytest -x
88- -m dispatch -m ' not unix' -c /dev/null -p no:warnings
88+ -m ' dispatch and not unix' -c /dev/null -p no:warnings
8989 -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
9090 run_tests_online :
9191 runs-on : windows-latest
@@ -110,7 +110,7 @@ jobs:
110110 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
111111 run : >-
112112 python -m pytest -x
113- -m run -m online -m ' not unix' -c /dev/null -p no:warnings
113+ -m run -m ' online and not unix' -c /dev/null -p no:warnings
114114 -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
115115 run_tests_offline :
116116 runs-on : windows-latest
@@ -135,7 +135,7 @@ jobs:
135135 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
136136 run : >-
137137 python -m pytest -x
138- -m run -m offline -m ' not unix' -c /dev/null -p no:warnings
138+ -m run -m ' offline and not unix' -c /dev/null -p no:warnings
139139 -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
140140 config_tests :
141141 runs-on : windows-latest
@@ -159,7 +159,7 @@ jobs:
159159 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
160160 run : >-
161161 python -m pytest -x
162- -m config -m ' not unix' -c /dev/null -p no:warnings
162+ -m ' config and not unix' -c /dev/null -p no:warnings
163163 -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
164164 executor_tests :
165165 runs-on : windows-latest
@@ -183,7 +183,7 @@ jobs:
183183 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
184184 run : >-
185185 python -m pytest -x
186- -m executor -n ' not unix' -c /dev/null -p no:warnings
186+ -m ' executor and not unix' -c /dev/null -p no:warnings
187187 -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
188188 api_tests :
189189 runs-on : windows-latest
@@ -207,7 +207,7 @@ jobs:
207207 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
208208 run : >-
209209 python -m pytest -x
210- -m api -m ' not unix' -c /dev/null -p no:warnings
210+ -m ' api and not unix' -c /dev/null -p no:warnings
211211 -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
212212 local_tests :
213213 runs-on : windows-latest
@@ -231,5 +231,5 @@ jobs:
231231 SIMVUE_TOKEN : ${{ secrets.SIMVUE_TOKEN }}
232232 run : >-
233233 python -m pytest -x
234- -m local -m ' not unix' -c /dev/null -p no:warnings
234+ -m ' local and not unix' -c /dev/null -p no:warnings
235235 -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
0 commit comments