Skip to content

Commit 51c64a3

Browse files
committed
We need pytest 3.0.6 now.
1 parent a373885 commit 51c64a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def find_version(*file_paths):
4242
"Framework :: Pytest",
4343
],
4444
install_requires=[
45-
'pytest >= 3.0.2',
45+
'pytest >= 3.0.6',
4646
],
4747
extras_require={
4848
':python_version == "3.3"': ['asyncio']

0 commit comments

Comments
 (0)