From 59ea110eab4d747b8e181d89e9c93a8540ed3d2e Mon Sep 17 00:00:00 2001 From: zubairshakoorarbisoft Date: Thu, 21 Sep 2023 22:07:12 +0500 Subject: [PATCH] fix: new make command test.test_requirements added --- .travis/run_tests.sh | 2 +- Makefile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis/run_tests.sh b/.travis/run_tests.sh index 4485a5ea..b8c196c7 100755 --- a/.travis/run_tests.sh +++ b/.travis/run_tests.sh @@ -4,5 +4,5 @@ export DJANGO_SETTINGS_MODULE=notesserver.settings.test cd /edx/app/edx_notes_api/edx_notes_api -make test +make test.test_requirements test diff --git a/Makefile b/Makefile index 1d9148fb..b292b354 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,8 @@ requirements: test.requirements: requirements pip install -q -r requirements/test.txt --exists-action=w +test.test_requirements: pip install -q -r requirements/test.txt --exists-action=w + develop: test.requirements piptools: ## install pinned version of pip-compile and pip-sync