diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2021-10-22 19:14:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 19:14:35 +0200 |
commit | 336c60c61813d5838c0d20b7c8c751988665fddb (patch) | |
tree | 21053b67aff5eae10e99c6d877baa3c3a0655d78 /lib | |
parent | 0beb2e1ab21d63414b6ef8604747e79d0ec3eac0 (diff) | |
download | spack-336c60c61813d5838c0d20b7c8c751988665fddb.tar.gz spack-336c60c61813d5838c0d20b7c8c751988665fddb.tar.bz2 spack-336c60c61813d5838c0d20b7c8c751988665fddb.tar.xz spack-336c60c61813d5838c0d20b7c8c751988665fddb.zip |
Document backport in py (#26897)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/external/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/spack/external/__init__.py b/lib/spack/external/__init__.py index b2acccd8cc..be4b9fbf14 100644 --- a/lib/spack/external/__init__.py +++ b/lib/spack/external/__init__.py @@ -88,6 +88,8 @@ py * Usage: Needed by pytest. Library with cross-python path, ini-parsing, io, code, and log facilities. * Version: 1.4.34 (last version supporting Python 2.6) +* Note: This packages has been modified: + * https://github.com/pytest-dev/py/pull/186 was backported pytest ------ |