Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove test-env makefile target (use tox instead)
  • Loading branch information
akx committed Mar 3, 2023
commit 42faff7d3a28a9411532c5b45ed06de2456f15ef
15 changes: 2 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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