From 5fb01edfdb6576c286c6bbb5eec5aeace424192e Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 8 Sep 2020 16:29:55 -0700 Subject: [PATCH] run setup.py test --- tests/letstest/scripts/test_sdists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/letstest/scripts/test_sdists.sh b/tests/letstest/scripts/test_sdists.sh index 0f2b0ad0e..05afb63dc 100755 --- a/tests/letstest/scripts/test_sdists.sh +++ b/tests/letstest/scripts/test_sdists.sh @@ -40,7 +40,7 @@ for pkg in acme certbot $PLUGINS; do tar -xvf "$pkg-$VERSION.tar.gz" cd "$pkg-$VERSION" python setup.py build - python -m pytest + python setup.py test python setup.py install cd - done