diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2020-03-23 16:55:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 16:55:07 -0700 |
commit | cde4375c96591a3e0297aa514fa0bcdae8be2da3 (patch) | |
tree | 51391abf065382922beae534c4840fb69cb79600 /bin/spack-python | |
parent | 54a6c25da637418f568b3419bd1e467ffdd0870b (diff) | |
download | spack-cde4375c96591a3e0297aa514fa0bcdae8be2da3.tar.gz spack-cde4375c96591a3e0297aa514fa0bcdae8be2da3.tar.bz2 spack-cde4375c96591a3e0297aa514fa0bcdae8be2da3.tar.xz spack-cde4375c96591a3e0297aa514fa0bcdae8be2da3.zip |
Vendoring: remove dependency on Setuptools from vendored pytest (#15612)
If the Python used by Spack does not include Setuptools, then
'spack test' will fail because Spack's vendored pytest dependency
imports and uses Setuptools in some of its functions. It turns out
that Spack doesn't use the functionality those methods enable, so
this PR removes those functions and thereby allows 'spack test' to
run without Setuptools.
Diffstat (limited to 'bin/spack-python')
0 files changed, 0 insertions, 0 deletions