From 770cfe78b2dbc2b9f1937d311a3fb755d9c07c6c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 12 Sep 2021 18:28:29 +0300 Subject: [PATCH] Drop the dot https://twitter.com/pytestdotorg/status/753767547866972160 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eafaeb48..59c8555d 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ clean-test-env: @rm -rf test-env standalone-test: import-cldr test-env - @test-env/bin/py.test tests + @test-env/bin/pytest tests clean: clean-cldr clean-pyc clean-test-env -- 2.47.2