]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Drop the dot https://twitter.com/pytestdotorg/status/753767547866972160
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Sun, 12 Sep 2021 15:28:29 +0000 (18:28 +0300)
committerAarni Koskela <akx@iki.fi>
Tue, 14 Sep 2021 12:09:32 +0000 (15:09 +0300)
Makefile

index eafaeb48d00ba243a4536324fbd7ad21f4655e2a..59c8555d96d18d65daded8bf2746f66b60e8e805 100644 (file)
--- 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