File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
- os : ubuntu-latest
72
72
python-version : " 3.11"
73
73
allow-failure : true
74
- test-case : start test-remote
74
+ test-case : start test-all # the tests that are run are limited by the PYTEST_ADDOPTS in test-option below
75
75
test-option : >-
76
76
PYTEST_ADDOPTS='-m "remote and network"' MAGPIE_NETWORK_CREATE_MISSING_PEM_FILE=True MAGPIE_NETWORK_ENABLED=on MAGPIE_NETWORK_INSTANCE_NAME=example
77
77
# coverage test
88
88
- os : ubuntu-20.04
89
89
python-version : " 3.5"
90
90
allow-failure : true
91
- test-case : test-local
92
- test-option : PYTEST_ADDOPTS='-m "not network"' # network mode is not supported for python version < 3.6
91
+ test-case : test-all # the tests that are run are limited by the PYTEST_ADDOPTS in test-option below
92
+ test-option : PYTEST_ADDOPTS='-m "local and not network"' # network mode is not supported for python version < 3.6
93
93
- os : ubuntu-20.04
94
94
python-version : " 3.6"
95
95
allow-failure : true
You can’t perform that action at this time.
0 commit comments