File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 unit :
1010 env :
11- SPEASY_CORE_DISABLED_PROVIDERS : " cdpp3dview "
11+ SPEASY_CORE_DISABLED_PROVIDERS : " "
1212 SPEASY_CORE_HTTP_REWRITE_RULES : ' {"https://thisserver_does_not_exists.lpp.polytechnique.fr/pub/":"http://sciqlop.lpp.polytechnique.fr/cdaweb-data/pub/"}'
1313
1414 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 2929 "test_amda_timetable.py" : "unit" ,
3030 "test_file_access.py" : "contract" ,
3131 "test_cdaweb.py" : "unit" ,
32- "test_cdpp3dview.py" : "contract " ,
32+ "test_cdpp3dview.py" : "unit " ,
3333 "test_codecs.py" : "contract" ,
3434 "test_common.py" : "contract" ,
3535 "test_config_module.py" : "contract" ,
Original file line number Diff line number Diff line change 77
88import pytest
99
10- pytestmark = pytest .mark .contract
10+ pytestmark = [ pytest .mark .unit , pytest . mark . vcr ]
1111
1212
1313from ddt import data , ddt
You can’t perform that action at this time.
0 commit comments