Skip to content

Commit 047b021

Browse files
authored
Upgrade pytest to 4.3.1 (#206)
1 parent 2d68b92 commit 047b021

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
@@ -124,7 +124,7 @@ def get_git_commit_datetime() -> str:
124124
'pytest-cov==2.6.1',
125125
'pytest-sugar==0.9.2',
126126
'pytest-timeout==1.3.3',
127-
'pytest==4.3.0',
127+
'pytest==4.3.1',
128128
'requests_mock==1.5.2',
129129
'wheel==0.33.1', # Otherwise setup.py bdist_wheel does not work
130130
]

0 commit comments

Comments
 (0)