diff --git a/doc/en/example/parametrize.rst b/doc/en/example/parametrize.rst index 67eb316f4..0a9afe58e 100644 --- a/doc/en/example/parametrize.rst +++ b/doc/en/example/parametrize.rst @@ -397,8 +397,11 @@ is to be run with different sets of arguments for its three arguments: Running it results in some skips if we don't have all the python interpreters installed and otherwise runs all combinations (5 interpreters times 5 interpreters times 3 objects to serialize/deserialize):: . $ py.test -rs -q multipython.py - ........................... - 27 passed in 0.12 seconds + ssssssssssss...ssssssssssss + ======= short test summary info ======== + SKIP [12] $REGENDOC_TMPDIR/CWD/multipython.py:22: 'python2.6' not found + SKIP [12] $REGENDOC_TMPDIR/CWD/multipython.py:22: 'python3.3' not found + 3 passed, 24 skipped in 0.12 seconds Indirect parametrization of optional implementations/imports --------------------------------------------------------------------