From 656feb1da76ad4b82fadd8ad6a1e320b9b9909f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Mon, 30 Sep 2024 13:11:21 +0200 Subject: [PATCH] Try make sure pytest uses the local editable install --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0d4d8cc..66ca10c 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,10 @@ mypy: mypy test: - pytest + python3 -m pytest test-ci: - pytest -v + python3 -m pytest -v install: python3 -m pip install --upgrade -e .