Remove promise about documenting how to create a zipped pytest

This commit is contained in:
Bruno Oliveira 2015-12-03 00:13:16 -02:00
parent 9475cd3fb8
commit bb4771cedf
1 changed files with 1 additions and 2 deletions

View File

@ -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