Skip to content

Commit

Permalink
Pin pluggy to <1.0 (#5239)
Browse files Browse the repository at this point in the history
Pin pluggy to <1.0
  • Loading branch information
nicoddemus committed May 9, 2019
2 parents 0b47e51 + 4d782dc commit 803d688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/5239.trivial.rst
@@ -0,0 +1,3 @@
Pin ``pluggy`` to ``< 1.0`` so we don't update to ``1.0`` automatically when
it gets released: there are planned breaking changes, and we want to ensure
pytest properly supports ``pluggy 1.0``.
2 changes: 1 addition & 1 deletion setup.py
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.11",
"pluggy>=0.9,!=0.10,<1.0",
]


Expand Down

0 comments on commit 803d688

Please sign in to comment.