From 5db574db8c94de6033f5d036605499b675908f23 Mon Sep 17 00:00:00 2001 From: Brian Okken <1568356+okken@users.noreply.github.com> Date: Wed, 17 Jan 2024 07:57:23 -0800 Subject: [PATCH] Fix #155, turn off summaries with xdist --- changelog.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d9b8bca..c6aa9d2 100644 --- a/changelog.md +++ b/changelog.md @@ -20,6 +20,13 @@ All notable changes to this project be documented in this file. --> +## [2.2.5] - 2024-Jan-17 + +- fix [155](https://github.com/okken/pytest-check/issues/155) + - Summaries from 2.2.3 are cool, but don't work with xdist + - Turn off summaries while xdist is running + - I hope I'm not seeing a pattern here + ## [2.2.4] - 2024-Jan-8 - fix [153](https://github.com/okken/pytest-check/issues/153) diff --git a/pyproject.toml b/pyproject.toml index f16c55d..e1ccf04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ authors = [{name = "Brian Okken"}] readme = "README.md" license = {file = "LICENSE.txt"} description="A pytest plugin that allows multiple failures per test." -version = "2.2.4" +version = "2.2.5" requires-python = ">=3.7" classifiers = [ "License :: OSI Approved :: MIT License",