From 6fc7e4e4aa0b43533c78d2aeb93693c77e7f4aa6 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Mon, 24 Jul 2023 22:23:00 +0200 Subject: [PATCH] setup: use pytest-black-ng instead of pytest-black * 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. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d68a2c78..95f1f6eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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