mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
83868c8f1a
- Verbose logs will now write gracefully to the terminal even while the spinner is running (i.e. during locking) - This PR also cuts over to Devpi for a backing cache rather than a hacked httpbin instance - Inclues a refactor of `pip_install` to deduplicate logic - Attempts to switch back to relying on native editable installs in pip as the current implementation is broken on master (i.e. nothing is installed in the virtualenv) - Fixes #3809 Signed-off-by: Dan Ryan <dan@danryan.co>
26 lines
521 B
INI
26 lines
521 B
INI
[pytest]
|
|
addopts = -ra -n auto
|
|
plugins = pytest_devpi_server 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
|