Skip to content

Commit 4004ebe

Browse files
committed
Do not use pytest 7.0.0 which is buggy
Reference: pytest-dev/pytest#9608 Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent b1dabd8 commit 4004ebe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ where=src
3737

3838
[options.extras_require]
3939
testing =
40-
# upstream
41-
pytest >= 6
40+
pytest >= 6, != 7.0.0
4241
pytest-xdist >= 2
4342
docs=
4443
Sphinx>=3.3.1

0 commit comments

Comments
 (0)