diff --git a/tests/conftest.py b/tests/conftest.py index d4d3db9b1..48230720c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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", ), )