mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
Add deprecation warning ignores to pytest.ini
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -3,3 +3,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user