From a8a2d2362104de303672a78bf70db98de084c6d6 Mon Sep 17 00:00:00 2001 From: umarcor Date: Sun, 3 Oct 2021 17:12:58 +0200 Subject: [PATCH] docs/contributing: clarify that pytest is required for running acceptance tests --- docs/contributing.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 62a78f05d6..f6a9d6cc77 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -47,7 +47,10 @@ The test suite is divided into three parts: The test suites must pass with Python 3.x as well as with all supported simulators. -For running the test locally we recommend using `pytest `__. +For running the tests locally we recommend using `pytest `__. +In fact, ``pytest`` is required for running the acceptance tests, because some specific features are used for allowing +certaing tests to fail. +See :doc:`how-to/skipping`. Example '''''''