1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

conftest: Copy less stuff to virtualenvs

This shaves a few seconds off each test.
This commit is contained in:
Marc Abramowitz 2015-03-15 04:45:50 -07:00
parent 5a32a4d34a
commit b02c3f8acb

View file

@ -135,7 +135,8 @@ def virtualenv(tmpdir, monkeypatch):
SRC_DIR,
pip_src,
ignore=shutil.ignore_patterns(
"*.pyc", "tests", "pip.egg-info", "build", "dist", ".tox",
"*.pyc", "__pycache__", "contrib", "docs",
"tests", "pip.egg-info", "build", "dist", ".tox", ".git",
),
)