tweak #1644 workaround to fix `test_pip_upgrade_from_source`

Explicitly exclude `pyproject.toml` so it's never added (e.g. because `setuptools_scm` is used).
This commit is contained in:
Benoit Pierre 2019-01-28 21:51:03 +01:00
parent 0425790c7d
commit 900aad5a59
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ include launcher.c
include msvc-build-launcher.cmd
include pytest.ini
include tox.ini
exclude pyproject.toml # Temporary workaround for #1644.