mirror of
https://github.com/certbot/certbot.git
synced 2025-09-20 18:42:06 +03: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.
3 lines
63 B
INI
3 lines
63 B
INI
[pytest]
|
|
norecursedirs = .* build dist CVS _darcs {arch} *.egg
|