Skip to content

Commit

Permalink
Do not use pytest 7.0.0 which is buggy
Browse files Browse the repository at this point in the history
Reference: pytest-dev/pytest#9608
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Feb 14, 2022
1 parent b1dabd8 commit 4004ebe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Expand Up @@ -37,8 +37,7 @@ where=src

[options.extras_require]
testing =
# upstream
pytest >= 6
pytest >= 6, != 7.0.0
pytest-xdist >= 2
docs=
Sphinx>=3.3.1
Expand Down

0 comments on commit 4004ebe

Please sign in to comment.