]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Remove test-env makefile target (use tox instead)
authorAarni Koskela <akx@iki.fi>
Fri, 3 Mar 2023 14:07:36 +0000 (16:07 +0200)
committerAarni Koskela <akx@iki.fi>
Fri, 3 Mar 2023 14:07:36 +0000 (16:07 +0200)
Makefile

index 114f0c753d0e7dd051801a241491a796843c2e9b..36bf28a5f01c27c07dcc30dda86341227aa9846c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,18 +1,7 @@
 test: import-cldr
        python ${PYTHON_TEST_FLAGS} -m pytest ${PYTEST_FLAGS}
 
-test-env:
-       virtualenv test-env
-       test-env/bin/pip install pytest
-       test-env/bin/pip install --editable .
-
-clean-test-env:
-       rm -rf test-env
-
-standalone-test: import-cldr test-env
-       test-env/bin/pytest tests ${PYTEST_FLAGS}
-
-clean: clean-cldr clean-pyc clean-test-env
+clean: clean-cldr clean-pyc
 
 import-cldr:
        python scripts/download_import_cldr.py
@@ -31,4 +20,4 @@ develop:
 tox-test: import-cldr
        tox
 
-.PHONY: test develop tox-test clean-pyc clean-cldr import-cldr clean clean-test-env standalone-test
+.PHONY: test develop tox-test clean-pyc clean-cldr import-cldr clean standalone-test