@@ -53,15 +53,10 @@ $(call help,make test-py39,"run the unit tests in Python 3.9")
5353test-py39 : python
5454 @pyenv exec tox -qe py39-tests
5555
56- .PHONY : test-py38
57- $(call help,make test-py38,"run the unit tests in Python 3.8")
58- test-py38 : python
59- @pyenv exec tox -qe py38-tests
60-
6156.PHONY : coverage
6257$(call help,make coverage,"run the tests and print the coverage report")
6358coverage : python
64- @pyenv exec tox --parallel -qe ' tests,py{311,310,39,38 }-tests,coverage'
59+ @pyenv exec tox --parallel -qe ' tests,py{311,310,39}-tests,coverage'
6560
6661.PHONY : functests
6762$(call help,make functests,"run the functional tests in Python 3.12")
@@ -83,16 +78,11 @@ $(call help,make functests-py39,"run the functional tests in Python 3.9")
8378functests-py39 : python
8479 @pyenv exec tox -qe py39-functests
8580
86- .PHONY : functests-py38
87- $(call help,make functests-py38,"run the functional tests in Python 3.8")
88- functests-py38 : python
89- @pyenv exec tox -qe py38-functests
90-
9181.PHONY : sure
9282$(call help,make sure,"make sure that the formatting$(comma) linting and tests all pass")
9383sure : python
9484sure :
95- @pyenv exec tox --parallel -qe ' checkformatting,lint,typecheck,tests,py{311,310,39,38 }-tests,coverage,functests,py{311,310,39,38 }-functests'
85+ @pyenv exec tox --parallel -qe ' checkformatting,lint,typecheck,tests,py{311,310,39}-tests,coverage,functests,py{311,310,39}-functests'
9686
9787.PHONY : template
9888$(call help,make template,"update from the latest cookiecutter template")
0 commit comments