Skip to content

Commit

Permalink
setup: use pytest-black-ng instead of pytest-black
Browse files Browse the repository at this point in the history
* pytest-black seems out of support. the last commit was from
  2020-10-05. Further pytest-black uses a out of date method which
  mentions pytest>=7.0 with a DeprecationWarning. The simplest solution
  is to use pytest-black-ng which fixes this situation.
  • Loading branch information
utnapischtim committed Mar 19, 2024
1 parent de8f1e9 commit d8ecd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_requires =

[options.extras_require]
tests =
pytest-black>=0.3.0
pytest-black-ng>=0.4.0
invenio-app>=1.3.3,<2.0.0
invenio-db[postgresql,mysql]>=1.0.14,<2.0.0
pytest-invenio>=2.1.0,<3.0.0
Expand Down

0 comments on commit d8ecd6a

Please sign in to comment.