diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 15:21:59 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 15:21:59 -0400 |
| commit | 410317331922f1450322db993a1bc86de6ffbee1 (patch) | |
| tree | d3a3fc56ad6749aed2f10e767cf03e45bac9ef20 | |
| parent | 03f56c9595a6eae7243d53532802015443c46317 (diff) | |
| download | external_python_setuptools-410317331922f1450322db993a1bc86de6ffbee1.tar.gz external_python_setuptools-410317331922f1450322db993a1bc86de6ffbee1.tar.bz2 external_python_setuptools-410317331922f1450322db993a1bc86de6ffbee1.zip | |
Add comment explaining additional needs for this test.
| -rwxr-xr-x | clean_install.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clean_install.sh b/clean_install.sh index 28860f47..f8f80dc7 100755 --- a/clean_install.sh +++ b/clean_install.sh @@ -1,5 +1,12 @@ #!/usr/bin/env bash +# This test was created in +# https://github.com/pypa/setuptools/pull/1050 +# but it really should be incorporated into the test suite +# such that it runs on Windows and doesn't depend on +# virtualenv. Moving to test_integration will likely address +# those concerns. + set -o errexit set -o xtrace |
