From b7f4f0ebf86a691e1eb6b2e3452fc7f6129f3a17 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Thu, 14 Oct 2021 20:03:06 +0200 Subject: [PATCH] Backport PR #21357: DOC: remove test from README.rst --- README.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.rst b/README.rst index 078898049a55..a705ba3ab477 100644 --- a/README.rst +++ b/README.rst @@ -61,16 +61,6 @@ Install For installation instructions and requirements, see `INSTALL.rst `_ or the `install `_ documentation. -Test -==== - -After installation, launch the test suite:: - - python -m pytest - -Read the `testing guide `_ -for more information and alternatives. - Contribute ==========