2015-08-26 06:43:09 +08:00
|
|
|
This directory vendors the `pluggy` module.
|
|
|
|
|
|
|
|
For a more detailed discussion for the reasons to vendoring this
|
|
|
|
package, please see [this issue](https://github.com/pytest-dev/pytest/issues/944).
|
|
|
|
|
|
|
|
To update the current version, execute:
|
|
|
|
|
|
|
|
```
|
2015-09-17 19:54:23 +08:00
|
|
|
$ pip install -U pluggy==<version> --no-compile --target=_pytest/vendored_packages
|
2015-08-26 06:43:09 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
And commit the modified files. The `pluggy-<version>.dist-info` directory
|
2016-09-26 08:12:04 +08:00
|
|
|
created by `pip` should be added as well.
|