diff --git a/Makefile b/Makefile index 02c2404c..5448c06e 100644 --- a/Makefile +++ b/Makefile @@ -234,12 +234,6 @@ test-run: --rootdir=$(SRCDIR) \ -v -.PHONY: test-src -test-src: - @$(PYTHON3) -m pytest \ - $(SRCDIR)/test/src \ - --rootdir=$(SRCDIR) \ - -v .PHONY: test-all test-all: diff --git a/test/src/__init__.py b/test/src/__init__.py deleted file mode 100644 index e69de29b..00000000