mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
The value of norecusedirs is the default in newer versions of pytest which is
listed at
https://docs.pytest.org/en/3.0.0/customize.html#confval-norecursedirs.
(cherry picked from commit 9f20fa0ef9)
2 lines
63 B
INI
2 lines
63 B
INI
[pytest]
|
|
norecursedirs = .* build dist CVS _darcs {arch} *.egg
|