test_ok2/_pytest/vendored_packages
Bruno Oliveira f1900bbea6 Revert subclassing explicitly from object introduced by accident in #2260 2017-02-18 10:34:41 -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 Revert subclassing explicitly from object introduced by accident in #2260 2017-02-18 10:34:41 -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.