Skip to content

Commit 4176bdb

Browse files
committed
Bump pytest to 4.x series
Signed-off-by: Jason T. Brown <[email protected]>
1 parent 1ac911a commit 4176bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrasterframes/src/main/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def dest_file(self, src_file):
170170
'folium',
171171
],
172172
tests_require=[
173-
'pytest==3.4.2',
173+
'pytest>=4.0.0,<5.0.0',
174174
'pypandoc',
175175
'numpy>=1.7',
176176
'Shapely>=1.6.0',

0 commit comments

Comments
 (0)