ports/devel/py-pip/files/patch-setup.cfg
Kurt Jaeger 2be3a573f4 devel/py-pip: 7.0.3 -> 7.1.2
Changes:
  https://pip.pypa.io/en/stable/news/

See also: https://reviews.freebsd.org/D4106

PR:		204367
Reviewed by:	antoine, koobs, nivit
Approved by:	nivit (maintainer)
2015-11-14 15:02:49 +00:00

9 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