Initial commit of python-pluggy. Needed as a rundep by the testing framework "tox".
Details
Details
- Reviewers
• ikey - Group Reviewers
Triage Team - Commits
- R3480:a4be8b3d7b73: Initial commit of python-pluggy
Tested that the module was available using "python2 -m pluggy" and "python3 -m pluggy" as well as by running "tox --help" where it didn't error out saying pluggy wasn't available.
Diff Detail
Diff Detail
- Repository
- R3480 python-pluggy
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I'm working on packaging T3684: pylint and many of the python packages it depends on can use tox to run tests so I figured I'd package D139: Initial commit of python-tox while I'm at it.
Comment Actions
For future reference, please refrain from adding patches for requests that have yet to be accepted for inclusion. Thanks.