Files
bsdports/python/py-pip/files/patch-setup.cfg
2019-12-26 07:26:06 +00:00

10 lines
223 B
INI

--- setup.cfg.orig 2015-08-22 22:46:55 UTC
+++ setup.cfg
@@ -1,5 +1,6 @@
[pytest]
addopts = --ignore pip/_vendor --ignore tests/tests_cache
+norecursedirs = .tox build dist node_modules *.egg-info
[wheel]
universal=1