Release 2.5.0

This commit is contained in:
Bruno Oliveira
2021-12-10 08:18:22 -03:00
parent 8dbf3677dc
commit c8bbc03e49
7 changed files with 21 additions and 6 deletions

View File

@@ -1 +0,0 @@
Use ``@pytest.hookspec`` decorator to declare hook options in ``newhooks.py`` to avoid warnings in ``pytest 7.0``.

View File

@@ -1 +0,0 @@
Use up-to-date ``setup.cfg``/``pyproject.toml`` packaging setup.

View File

@@ -1 +0,0 @@
Require pytest>=6.2.0.

View File

@@ -1 +0,0 @@
Started using type annotations and mypy checking internally. The types are incomplete and not published.

View File

@@ -1 +0,0 @@
Full compatibility with pytest 7 - no deprecation warnings or use of legacy features.

View File

@@ -1 +0,0 @@
New ``--dist=loadgroup`` option, which ensures all tests marked with ``@pytest.mark.xdist_group`` run in the same session/worker. Other tests run distributed as in ``--dist=load``.