Merge pull request #2304 from bagerard/fix_py2_configparser

fix subdependencies that dropped Py2 support
This commit is contained in:
Bastien Gérard 2020-04-09 09:20:39 +02:00 committed by GitHub
commit 41d36fa3bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,8 @@ extra_opts = {
"blinker",
"Pillow>=2.0.0, <7.0.0", # 7.0.0 dropped Python2 support
"zipp<2.0.0", # (dependency of pytest) dropped python2 support
"pyparsing<3", # sub-dependency that dropped py2 support
"configparser<5", # sub-dependency that dropped py2 support
],
}
if PY3: