Skip to content

Commit

Permalink
Use an updated pluggy version for dev dependencies
Browse files Browse the repository at this point in the history
Keep pluggy updated in order to avoid pytest errors with certain python versions, 3.9.1 included.
  • Loading branch information
fselmo committed Jul 21, 2021
1 parent c2048f1 commit b6f805f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/2080.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pluggy version updated to avoid pytest errors with certain python versions
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"tox>=1.8.0",
"tqdm>4.32,<5",
"twine>=1.13,<2",
"pluggy==0.13.1",
"when-changed>=0.3.0,<0.4"
]
}
Expand Down

0 comments on commit b6f805f

Please sign in to comment.