diff --git a/Makefile b/Makefile index 49146b0..8aa69de 100644 --- a/Makefile +++ b/Makefile @@ -3,17 +3,16 @@ VE ?= ./ve REQUIREMENTS ?= test_reqs.txt SYS_PYTHON ?= python3 PY_SENTINAL ?= $(VE)/sentinal -WHEEL_VERSION ?= 0.43.0 -PIP_VERSION ?= 24.1.1 +WHEEL_VERSION ?= 0.45.1 +PIP_VERSION ?= 25.3 MAX_COMPLEXITY ?= 12 PY_DIRS ?= $(APP) DJANGO ?= "Django==4.2.13" FLAKE8 ?= $(VE)/bin/flake8 PIP ?= $(VE)/bin/pip -COVERAGE ?=$(VE)/bin/coverage -all: flake8 coverage +all: flake8 clean: rm -rf $(VE) @@ -35,7 +34,4 @@ test: $(REQUIREMENTS) $(PY_SENTINAL) flake8: $(PY_SENTINAL) $(FLAKE8) $(PY_DIRS) --max-complexity=$(MAX_COMPLEXITY) --exclude=*/migrations/*.py -coverage: $(PY_SENTINAL) - $(COVERAGE) run --source=courseaffils runtests.py - .PHONY: flake8 test jshint jscs clean diff --git a/test_reqs.txt b/test_reqs.txt index 0740b28..beef808 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -1,5 +1,4 @@ Markdown==3.10 # pyup: <3.2 -coverage==7.11.0 importlib_metadata<8.8 typing_extensions==4.15.0 zipp==3.23.0 # for flake8