From: Hugo van Kemenade Date: Sun, 12 Sep 2021 15:28:29 +0000 (+0300) Subject: Drop the dot https://twitter.com/pytestdotorg/status/753767547866972160 X-Git-Tag: v2.10.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=770cfe78b2dbc2b9f1937d311a3fb755d9c07c6c;p=thirdparty%2Fbabel.git Drop the dot https://twitter.com/pytestdotorg/status/753767547866972160 --- 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