mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
0cefb5ed9b
Signed-off-by: Dan Ryan <dan@danryan.co> Update delegator patch Signed-off-by: Dan Ryan <dan@danryan.co> Update patches for pip Signed-off-by: Dan Ryan <dan@danryan.co> Update vendored deps Signed-off-by: Dan Ryan <dan@danryan.co> Update patches Signed-off-by: Dan Ryan <dan@danryan.co> Fix imports to use pip shims instead of direct imports Signed-off-by: Dan Ryan <dan@danryan.co> Update vendoring scripts and pip shims Signed-off-by: Dan Ryan <dan@danryan.co> Log to stdout in real time during verbose logging Signed-off-by: Dan Ryan <dan@danryan.co> Don’t log environment Fix unicode decoding issues Signed-off-by: Dan Ryan <dan@danryan.co> Only set buffers on ttys Signed-off-by: Dan Ryan <dan@danryan.co> Fix typo Signed-off-by: Dan Ryan <dan@danryan.co> Use default encodings Signed-off-by: Dan Ryan <dan@danryan.co> Fix encodings and run only failing tests Signed-off-by: Dan Ryan <dan@danryan.co>
9 lines
293 B
INI
9 lines
293 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
|