mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
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)
9 lines
223 B
INI
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
|