File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,15 @@ tests:
1515 pytest -vs --doctest-modules mapie
1616
1717integration-tests-v1 :
18- @pip install mapie --no-dependencies --target=./mapie_v1/integration_tests/$(mapie_v0_folder_name ) > /dev/null 2>&1
18+ @pip install git+https://github.com/scikit-learn-contrib/MAPIE@master --no-dependencies --target=./mapie_v1/integration_tests/$(mapie_v0_folder_name ) > /dev/null 2>&1
1919 @mv ./mapie_v1/integration_tests/$(mapie_v0_folder_name ) /mapie ./mapie_v1/integration_tests/$(mapie_v0_folder_name ) /mapiev0
2020 @- export PYTHONPATH=" ${PYTHONPATH} :./mapie_v1/integration_tests/$( mapie_v0_folder_name) " ; pytest -vs mapie_v1/integration_tests/tests -k $(pattern )
2121 @mv ./mapie_v1/integration_tests/$(mapie_v0_folder_name ) /mapiev0 ./mapie_v1/integration_tests/$(mapie_v0_folder_name ) /mapie
2222
23+ checks-v1-not-in-ci :
24+ $(MAKE ) v1-type-check
25+ $(MAKE ) integration-tests-v1 pattern=test
26+
2327coverage :
2428 pytest -vsx \
2529 --cov-branch \
You can’t perform that action at this time.
0 commit comments