Merge pull request #7301 from pytest-dev/release-5.4.3

Prepare release 5.4.3
This commit is contained in:
Bruno Oliveira
2020-06-02 14:19:18 -03:00
parent 85b5a289f0
commit be1a2e440e
4 changed files with 48 additions and 4 deletions
+3 -4
View File
@@ -482,11 +482,10 @@ Running it results in some skips if we don't have all the python interpreters in
.. code-block:: pytest
. $ pytest -rs -q multipython.py
ssssssssssss...ssssssssssss [100%]
ssssssssssss......sss...... [100%]
========================= short test summary info ==========================
SKIPPED [12] $REGENDOC_TMPDIR/CWD/multipython.py:29: 'python3.5' not found
SKIPPED [12] $REGENDOC_TMPDIR/CWD/multipython.py:29: 'python3.7' not found
3 passed, 24 skipped in 0.12s
SKIPPED [15] $REGENDOC_TMPDIR/CWD/multipython.py:29: 'python3.5' not found
12 passed, 15 skipped in 0.12s
Indirect parametrization of optional implementations/imports
--------------------------------------------------------------------