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

conftest: Copy a few less things to virtualenvs

This commit is contained in:
Marc Abramowitz 2015-03-15 10:55:36 -07:00
parent b02c3f8acb
commit 7bd8dafef6

View file

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