Merge pull request #8519 from pytest-dev/release-6.2.3

Prepare release 6.2.3

(cherry picked from commit 724e22cb00)
This commit is contained in:
Ran Benita
2021-04-04 00:43:05 +03:00
parent 07c6b3fb21
commit 5d2fad5362
6 changed files with 44 additions and 15 deletions
+5 -4
View File
@@ -508,11 +508,12 @@ 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%]
sssssssssssssssssssssssssss [100%]
========================= short test summary info ==========================
SKIPPED [12] multipython.py:29: 'python3.5' not found
SKIPPED [12] multipython.py:29: 'python3.7' not found
3 passed, 24 skipped in 0.12s
SKIPPED [9] multipython.py:29: 'python3.5' not found
SKIPPED [9] multipython.py:29: 'python3.6' not found
SKIPPED [9] multipython.py:29: 'python3.7' not found
27 skipped in 0.12s
Indirect parametrization of optional implementations/imports
--------------------------------------------------------------------