Fix pytest dependency pytest

This commit is contained in:
Hynek Schlawack 2019-03-07 09:17:33 +01:00
parent dacfa065c8
commit 4fe28966e8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ EXTRAS_REQUIRE = {
"coverage",
"hypothesis",
"pympler",
"pytest",
"pytest>=4.3.0", # 4.3.0 dropped last use of `convert`
"six",
"zope.interface",
],