Skip to content

Commit 5f63b4a

Browse files
author
shaneahmed
committed
BUG: FIX travis error for python3.8
Update pytest to 5.4.2 to fix the above issue.
1 parent 02747bb commit 5f63b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Sphinx==1.8.5
99
twine==1.14.0
1010
Click==7.0
1111
setuptools==45.1.0
12-
pytest==4.6.5
12+
pytest==5.4.2
1313
pytest-runner==5.1
1414
opencv-python==4.2.0.34
1515
pathos==0.2.5

tests/test_tiatoolbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_command_line_help_interface():
6262
assert help_result.output == result.output
6363

6464

65-
def test_command_line_slide_info():
65+
def test_command_line_slide_info(response_ndpi, response_svs):
6666
"""Test the Slide infor CLI."""
6767
runner = CliRunner()
6868
slide_info_result = runner.invoke(

0 commit comments

Comments
 (0)