spack/lib/spack/external/_pytest/vendored_packages
Todd Gamblin cde4375c96
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.
2020-03-23 16:55:07 -07:00
..
pluggy-0.4.0.dist-info
__init__.py
pluggy.py Vendoring: remove dependency on Setuptools from vendored pytest (#15612) 2020-03-23 16:55:07 -07:00
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.