From b352b1656785f50573749897ef998db558fe8f6a Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Wed, 29 Sep 2021 18:32:33 -0700 Subject: [PATCH] [DOCS] Installation documentation now doesn't suggest to run regression tests --- docs/getting-started/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation.rst b/docs/getting-started/installation.rst index 658276db5..db6b6261b 100644 --- a/docs/getting-started/installation.rst +++ b/docs/getting-started/installation.rst @@ -45,7 +45,7 @@ You can then test your installation by running the unit tests: .. code-block:: bash pip install -r requirements-test.txt - pytest -vs . + pytest -vs test/unit/ and the benchmarks