Skip to content

Commit 3b9cb3b

Browse files
tests: make use of incorporated Pytest subtests
https://github.com/pytest-dev/pytest-subtests?tab=readme-ov-file#important > This plugin has been integrated directly into pytest 9.0, so the plugin itself will no longer be maintained and the repository will be archived. Fixes: #948 Signed-off-by: Stanislav Levin <slev@altlinux.org>
1 parent 87ffe4c commit 3b9cb3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,12 @@ rst =
6262
test =
6363
docutils>=0.18.1
6464
coverage
65-
pytest
65+
pytest>=9
6666
pytest-xdist
6767
hypothesis
6868
cython-test-exception-raiser
6969
bs4
7070
Sphinx
71-
pytest-subtests
7271
setuptools
7372

7473
mypy =

0 commit comments

Comments
 (0)