test_ok2/_pytest/vendored_packages
Bruno Oliveira b6f876e721 Fix --target parameter for pip install 2015-09-07 14:13:41 -03:00
..
pluggy-0.3.0.dist-info Keep *dist-info directory on vendored_packages 2015-09-07 14:09:59 -03:00
README.md Fix --target parameter for pip install 2015-09-07 14:13:41 -03:00
__init__.py Create `_pytest.vendored_packages` and _pytest._pluggy 2015-09-07 13:01:54 -03:00
pluggy.py Create `_pytest.vendored_packages` and _pytest._pluggy 2015-09-07 13:01:54 -03: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 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.