mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
45e9f6e417
- Parsing of markers in non-editable vcs requirements was broken - This PR adds some VCS repos, some utility pipfile generation functions and some fixture helpers - Fixes #3249 Signed-off-by: Dan Ryan <dan@danryan.co>
9 lines
314 B
INI
9 lines
314 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 tests/test_artifacts
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
ignore::PendingDeprecationWarning
|