![]() 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. |
||
---|---|---|
.. | ||
pluggy-0.4.0.dist-info | ||
__init__.py | ||
pluggy.py | ||
README.md |
This directory vendors the pluggy
module.
For a more detailed discussion for the reasons to vendoring this package, please see this issue.
To update the current version, execute:
$ pip install -U pluggy==<version> --no-compile --target=_pytest/vendored_packages
And commit the modified files. The pluggy-<version>.dist-info
directory
created by pip
should be added as well.