spack/lib/spack/external/_pytest
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
..
_code Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
assertion Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
vendored_packages Vendoring: remove dependency on Setuptools from vendored pytest (#15612) 2020-03-23 16:55:07 -07:00
__init__.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
_argcomplete.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
_pluggy.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
_version.py pytest: add _pytest/_version.py and LICENSE 2018-06-20 14:35:10 -05:00
cacheprovider.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
capture.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
compat.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
config.py Vendoring: remove dependency on Setuptools from vendored pytest (#15612) 2020-03-23 16:55:07 -07:00
debugging.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
deprecated.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
doctest.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
fixtures.py externals: move spack.util.ordereddict to external/ordereddict_backport 2018-06-20 14:35:10 -05:00
freeze_support.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
helpconfig.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
hookspec.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
junitxml.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
LICENSE pytest: add _pytest/_version.py and LICENSE 2018-06-20 14:35:10 -05:00
main.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
mark.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
monkeypatch.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
nodes.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
nose.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
outcomes.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
pastebin.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
pytester.py tests: finish removing pyqver from the repository (#14294) 2019-12-24 17:37:03 -08:00
python.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
python_api.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
recwarn.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
resultlog.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
runner.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
setuponly.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
setupplan.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
skipping.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
terminal.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
tmpdir.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
unittest.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00
warnings.py Update to pytest 3.2.5 (#6801) 2018-01-10 17:41:50 -06:00