test_ok2/_pytest/vendored_packages
ApaDoctor 54a90e9555 docs: Create links for objects to show the api 2017-06-06 01:10:32 +02:00
..
pluggy-0.4.0.dist-info Vendor pluggy 0.4.0 2016-09-25 23:36:02 -03:00
README.md Vendor pluggy 0.4.0 2016-09-25 23:36:02 -03:00
__init__.py Create `_pytest.vendored_packages` and _pytest._pluggy 2015-09-07 13:01:54 -03:00
pluggy.py docs: Create links for objects to show the api 2017-06-06 01:10:32 +02: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.