Remove test from Makefile

They are now covered by `nix flake check`
This commit is contained in:
Andreas Zweili 2022-11-27 21:38:37 +01:00
parent 363898ed60
commit 0d98d64cd4
1 changed files with 0 additions and 7 deletions

View File

@ -49,7 +49,6 @@ setup:
venv:
nix build .#venv -o venv
.PHONY: clean
clean:
docker-compose -f docker-compose-development.yml down -v
@ -69,12 +68,6 @@ init:
python manage.py loaddata network_inventory.yaml; \
)
.PHONY: test
test:
( \
pytest --ds=network_inventory.settings.ram_test -nauto --nomigrations --cov=./src --cov-report=html ./src; \
)
.PHONY: debug
debug:
( \