Fix pytest requirement.

This commit is contained in:
Jacques Wagener 2019-02-11 12:33:55 +02:00
parent 328c49ab9d
commit 14e50fceea
No known key found for this signature in database
GPG Key ID: C294D1025DA0E923
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from setuptools import (
extras_require = {
'test': [
"pytest==3.3.2",
"pytest==4.2.0",
"pytest-xdist",
"tox>=2.9.1,<3",
],