Skip to content

Commit 0f34186

Browse files
authored
Fix pytest requirement
Fixes #159.
1 parent a3774a6 commit 0f34186

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
UNRELEASED
5+
----------
6+
7+
* Fix `pytest` requirement to `>=7.3` (`#159`_).
8+
9+
.. _#159: https://github.com/pytest-dev/pytest-subtests/issues/159
10+
411
0.13.1 (2024-07-16)
512
-------------------
613

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ keywords = test, unittest, pytest
2828
[options]
2929
install_requires =
3030
attrs>=19.2.0
31-
pytest>=7.0
31+
pytest>=7.4
3232
typing_extensions;python_version<"3.8"
3333
python_requires = >=3.7
3434
packages = find:

0 commit comments

Comments
 (0)