From bb4771cedf0b624891ea9a04049bd4e87daec27c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 3 Dec 2015 00:13:16 -0200 Subject: [PATCH] Remove promise about documenting how to create a zipped pytest --- doc/en/goodpractises.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/en/goodpractises.rst b/doc/en/goodpractises.rst index 7fef93ae1..ae93e0c2a 100644 --- a/doc/en/goodpractises.rst +++ b/doc/en/goodpractises.rst @@ -258,8 +258,7 @@ is equivalent to running ``py.test --durations=5``. * It cannot support plugins, rendering its usefulness extremely limited; * Tooling has become much better since ``genscript`` was introduced; * It is possible to build a zipped ``pytest`` application without the - shortcomings above (this will be documented in more detail in a later - version of this documentation). + shortcomings above. There's no planned version in which this command will be removed at the moment of this writing, but its use is discouraged for new