From 464e16decaf7f2dcd551ec2e79f8aa6e8834d89a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 2 Dec 2015 18:33:53 -0200 Subject: [PATCH] Removed incorrect note about genscript requiring wheels --- doc/en/goodpractises.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/en/goodpractises.rst b/doc/en/goodpractises.rst index 944fe6caf..7fef93ae1 100644 --- a/doc/en/goodpractises.rst +++ b/doc/en/goodpractises.rst @@ -277,11 +277,5 @@ You can tell people to download the script and then e.g. run it like this:: python runtests.py -.. note:: - - You must have pytest and its dependencies installed as an sdist, not - as wheels because genscript need the source code for generating a - standalone script. - .. include:: links.inc