chore: remove -x from make test

This commit is contained in:
Yohan Boniface 2024-04-24 21:12:18 +02:00
parent 6c70081794
commit bd84922338

View file

@ -58,7 +58,7 @@ publish: ## Publish the Python package to Pypi
test: testpy testjs test: testpy testjs
testpy: testpy:
pytest -xv umap/tests/ pytest -vv umap/tests/
test-integration: test-integration:
pytest -xv umap/tests/integration/ pytest -xv umap/tests/integration/