From 47dedfc09847227d4db07a83b82c4c4d38eff8b8 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Mon, 19 Jul 2021 09:44:19 +0200 Subject: [PATCH] Fix examples/simple test execution --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6a32c279c6..c58a0d446d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -63,7 +63,7 @@ Install dependencies:: To run the Python tests, use:: pytest - pytest examples/simple + pytest examples/simple --confcutdir=$PWD Building the Docs =================