Skip to content

Commit

Permalink
Require pluggy>=0.11
Browse files Browse the repository at this point in the history
Pluggy 0.10.0 introduced a new dependency `importlib-metadata` but that package cannot be imported when installed as an egg and that is causing problems for users relying on `setup.py` to install packages present in `test_require`. This change was quickly8 reverted in pluggy 0.11.0.

See pytest-dev/pluggy#205
  • Loading branch information
sitaktif committed May 8, 2019
1 parent 1d466d0 commit a968b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'funcsigs>=1.0;python_version<"3.0"',
'pathlib2>=2.2.0;python_version<"3.6"',
'colorama;sys_platform=="win32"',
"pluggy>=0.9",
"pluggy>=0.11",
]


Expand Down

0 comments on commit a968b8b

Please sign in to comment.