Skip to content

Commit

Permalink
Remove requirements.txt, some Makefile rules
Browse files Browse the repository at this point in the history
Should use tox instead.
  • Loading branch information
bluetech committed Oct 30, 2023
1 parent d071ff7 commit 56c181e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
15 changes: 2 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
.PHONY: docs test clean isort

VENV:=build/venv

export DJANGO_SETTINGS_MODULE?=pytest_django_test.settings_sqlite_file

test: $(VENV)/bin/pytest
$(VENV)/bin/pytest

$(VENV)/bin/python $(VENV)/bin/pip:
virtualenv $(VENV)

$(VENV)/bin/pytest: $(VENV)/bin/python requirements.txt
$(VENV)/bin/pip install -Ur requirements.txt
touch $@
test:
tox -e py311-dj42-sqlite_file

docs:
tox -e docs
Expand Down
10 changes: 0 additions & 10 deletions requirements.txt

This file was deleted.

0 comments on commit 56c181e

Please sign in to comment.