tree: a2d9cbb359e667bee89f4b8764f095a8765b5eb3 [path history] [tgz]
  1. pluggy-0.3.1.dist-info/
  2. __init__.py
  3. pluggy.py
  4. README.md
src/third_party/web_platform_tests/tools/pytest/_pytest/vendored_packages/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 ignored.