File tree 2 files changed +1
-72
lines changed
2 files changed +1
-72
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ run_map:
125
125
126
126
test :
127
127
@echo " -> Run the test suite"
128
- ${ACTIVATE} DJANGO_SETTINGS_MODULE=purldb_project.settings ${PYTHON_EXE} -m pytest -x - vvs --ignore matchcode_pipeline --ignore matchcode_project --ignore purldb-toolkit --ignore packagedb/tests/test_throttling.py
128
+ ${ACTIVATE} DJANGO_SETTINGS_MODULE=purldb_project.settings ${PYTHON_EXE} -m pytest -vvs --ignore matchcode_pipeline --ignore matchcode_project --ignore purldb-toolkit --ignore packagedb/tests/test_throttling.py
129
129
${ACTIVATE} DJANGO_SETTINGS_MODULE=purldb_project.settings ${PYTHON_EXE} -m pytest -vvs packagedb/tests/test_throttling.py
130
130
${ACTIVATE} DJANGO_SETTINGS_MODULE=matchcode_project.settings ${PYTHON_EXE} -m pytest -vvs matchcode_pipeline
131
131
${ACTIVATE} ${PYTHON_EXE} -m pytest -vvs purldb-toolkit/
You can’t perform that action at this time.
0 commit comments