You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-linkify-it-py/SOURCES/0001-pyproject.toml.patch

12 lines
475 B

--- linkify-it-py-2.0.3/pyproject.toml.orig 2024-11-21 08:48:19.826501457 -0500
+++ linkify-it-py-2.0.3/pyproject.toml 2024-11-21 08:48:45.409057820 -0500
@@ -28,7 +28,7 @@
dynamic = ["version"]
[project.optional-dependencies]
-test = ["pytest", "coverage", "pytest-cov"]
+test = ["pytest", "coverage"]
dev = ["pre-commit", "isort", "flake8", "black", "pyproject-flake8"]
benchmark = ["pytest", "pytest-benchmark"]
doc = ["sphinx", "sphinx_book_theme", "myst-parser"]