Prepare release version 6.0.0

This commit is contained in:
pytest bot
2020-07-28 11:44:27 +00:00
parent 38029828d1
commit 1e4b8d447c
19 changed files with 138 additions and 49 deletions

View File

@@ -508,10 +508,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
ssssssssssssssssssssssss... [100%]
ssssssssssss...ssssssssssss [100%]
========================= short test summary info ==========================
SKIPPED [12] multipython.py:29: 'python3.5' not found
SKIPPED [12] multipython.py:29: 'python3.6' not found
SKIPPED [12] multipython.py:29: 'python3.7' not found
3 passed, 24 skipped in 0.12s
Indirect parametrization of optional implementations/imports