From 6bc1bbbb34d51790cbee39245ebe307d2c5ebe9e Mon Sep 17 00:00:00 2001 From: mikefreemanwd Date: Thu, 28 Jul 2022 09:07:26 -0400 Subject: [PATCH] [bugfix]: Fix test command in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2028746..1267c9f 100755 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ dev: python3 -m pip install pytest-ordering test: - python3 -m py.test -r s -s tests + python3 -m pytest -r s -s tests install: python3 -m pip install -e .