Skip to content

Commit f283ddd

Browse files
authored
Merge pull request #392 from nicoddemus/release-1.25.0
Release 1.25.0
2 parents c306287 + 6d74bab commit f283ddd

File tree

8 files changed

+31
-9
lines changed

8 files changed

+31
-9
lines changed

CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
pytest-xdist 1.25.0 (2018-12-12)
2+
================================
3+
4+
Deprecations and Removals
5+
-------------------------
6+
7+
- `#372 <https://github.com/pytest-dev/pytest-xdist/issues/372>`_: Pytest versions older than 3.6 are no longer supported.
8+
9+
10+
Features
11+
--------
12+
13+
- `#373 <https://github.com/pytest-dev/pytest-xdist/issues/373>`_: Node setup information is hidden when pytest is run in quiet mode to reduce noise on many-core machines.
14+
15+
- `#388 <https://github.com/pytest-dev/pytest-xdist/issues/388>`_: ``mainargv`` is made available in ``workerinput`` from the host's ``sys.argv``.
16+
17+
This can be used via ``request.config.workerinput["mainargv"]``.
18+
19+
20+
Bug Fixes
21+
---------
22+
23+
- `#332 <https://github.com/pytest-dev/pytest-xdist/issues/332>`_: Fix report of module-level skips (``pytest.skip(reason, allow_module_level=True)``).
24+
25+
- `#378 <https://github.com/pytest-dev/pytest-xdist/issues/378>`_: Fix support for gevent monkeypatching
26+
27+
- `#384 <https://github.com/pytest-dev/pytest-xdist/issues/384>`_: pytest 4.1 support: ``ExceptionInfo`` API changes.
28+
29+
- `#390 <https://github.com/pytest-dev/pytest-xdist/issues/390>`_: pytest 4.1 support: ``pytest_logwarning`` hook removed.
30+
31+
132
pytest-xdist 1.24.1 (2018-11-09)
233
================================
334

changelog/332.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/372.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/373.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/378.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/384.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/388.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/390.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)