mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
3f8824fad7
Signed-off-by: Dan Ryan <dan@danryan.co>
9 lines
294 B
INI
9 lines
294 B
INI
[pytest]
|
|
addopts = -ra -n auto
|
|
testpaths = tests/
|
|
; Add vendor and patched in addition to the default list of ignored dirs
|
|
norecursedirs = .* build dist CVS _darcs {arch} *.egg vendor patched news tasks docs
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
ignore::PendingDeprecationWarning
|