Skip to content

Commit 80c7dcf

Browse files
authored
Upgrade pytest to 4.3.0 (#185)
1 parent dec8be4 commit 80c7dcf

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
@@ -123,7 +123,7 @@ def get_git_commit_datetime() -> str:
123123
'pytest-cov==2.6.1',
124124
'pytest-sugar==0.9.2',
125125
'pytest-timeout==1.3.3',
126-
'pytest==4.2.1',
126+
'pytest==4.3.0',
127127
'requests_mock==1.5.2',
128128
"black==18.9b0;python_version>'3.6'",
129129
'wheel==0.33.1', # Otherwise setup.py bdist_wheel does not work

0 commit comments

Comments
 (0)