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 Jun 29, 2023
1 parent 49314bc commit 78ade11
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 @@ -35,7 +35,7 @@ install_requires =

[options.extras_require]
tests =
pytest-black>=0.3.0
pytest-black-ng>=0.4.0
pytest-invenio>=1.4.2
Sphinx==4.2.0
# Kept for backwards compatibility
Expand Down

0 comments on commit 78ade11

Please sign in to comment.