summaryrefslogtreecommitdiff
path: root/graphics/py-cairocffi/files/patch-setup.cfg
blob: d9a0b2b0a7971cf69a7ccaff55589af2a89d61b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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