From 0f3418642cf50dc9a884580a1b1413093679818c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 7 Oct 2024 19:17:50 -0300 Subject: [PATCH] Fix pytest requirement Fixes #159. --- CHANGELOG.rst | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0d20223..92670a7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ CHANGELOG ========= +UNRELEASED +---------- + +* Fix `pytest` requirement to `>=7.3` (`#159`_). + +.. _#159: https://github.com/pytest-dev/pytest-subtests/issues/159 + 0.13.1 (2024-07-16) ------------------- diff --git a/setup.cfg b/setup.cfg index 3754249..faa2068 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ keywords = test, unittest, pytest [options] install_requires = attrs>=19.2.0 - pytest>=7.0 + pytest>=7.4 typing_extensions;python_version<"3.8" python_requires = >=3.7 packages = find: