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