Release 1.25.0

This commit is contained in:
Bruno Oliveira
2018-12-12 15:24:02 -02:00
parent 95aaaec6c5
commit 86bf3cb8b3
8 changed files with 31 additions and 9 deletions

View File

@@ -1 +0,0 @@
Fix report of module-level skips (``pytest.skip(reason, allow_module_level=True)``).

View File

@@ -1 +0,0 @@
Pytest versions older than 3.6 are no longer supported.

View File

@@ -1 +0,0 @@
Node setup information is hidden when pytest is run in quiet mode to reduce noise on many-core machines.

View File

@@ -1 +0,0 @@
Fix support for gevent monkeypatching

View File

@@ -1 +0,0 @@
pytest 4.1 support: ``ExceptionInfo`` API changes.

View File

@@ -1,3 +0,0 @@
``mainargv`` is made available in ``workerinput`` from the host's ``sys.argv``.
This can be used via ``request.config.workerinput["mainargv"]``.

View File

@@ -1 +0,0 @@
pytest 4.1 support: ``pytest_logwarning`` hook removed.