test_ok2/_pytest/vendored_packages
Jeff Widman 6be6798cdf Fix spelling: explicitely --> explicitly 2015-12-01 01:41:47 -08:00
..
pluggy-0.3.1.dist-info Vendor pluggy-0.3.1 2015-09-27 16:04:29 -03:00
README.md re-vendor pluggy to 0.3.1 release and also fix the README 2015-09-17 13:54:23 +02:00
__init__.py Create `_pytest.vendored_packages` and _pytest._pluggy 2015-09-07 13:01:54 -03:00
pluggy.py Fix spelling: explicitely --> explicitly 2015-12-01 01:41:47 -08: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 ignored.