ports/graphics/py-cairocffi/files/patch-setup.cfg
Dave Cottlehuber 94f75f80ca graphics/py-cairocffi: update to 1.4.0
Reported by:	portscout
Sponsored by:	SkunkWerks, GmbH
2022-11-16 23:07:43 +00:00

14 lines
326 B
INI

# pytest-runner should be conditional on test arg provided to setup.py
# it is only needed for tests, but we run pytest directly (for now)
# TODO: Report/resolve upstream
--- setup.cfg.orig 2022-11-16 20:31:48 UTC
+++ setup.cfg
@@ -52,7 +52,6 @@ test =
sphinx
sphinx_rtd_theme
test =
- pytest
flake8
isort
numpy