Skip to content

Commit b3f0192

Browse files
committed
Update pytest version in setup
1 parent 1e077ce commit b3f0192

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@
44

55
extras_require = {
66
'test': [
7-
"pytest==3.2.2",
8-
"pytest-xdist"
7+
"mypy-extensions>=0.4.1",
8+
"pytest>=3.6.0",
9+
"pytest-xdist",
910
],
1011
'lint': [
1112
"flake8==3.4.1",
1213
"mypy==0.641",
14+
"mypy-extensions>=0.4.1",
1315
],
1416
'dev': [
1517
"bumpversion>=0.5.3,<1",
18+
"mypy-extensions>=0.4.1",
1619
"twine",
1720
],
1821
}

0 commit comments

Comments
 (0)