Skip to content

Commit 3d89dde

Browse files
author
Sergey Vilgelm
committed
Remove pytest-sugar from requirements and update pytest
The pytest-sugar and pytest-5.0.1 are broken for python 3.8. Removing pytest-sugar and updating pytest solves the problem and unblocks the CI.
1 parent ee1fc4c commit 3d89dde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements/test.pip

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ blinker
22
Faker==2.0.0
33
mock==3.0.5
44
pytest==4.6.5; python_version < '3.5'
5-
pytest==5.0.1; python_version >= '3.5'
5+
pytest==5.4.1; python_version >= '3.5'
66
pytest-benchmark==3.2.2
77
pytest-cov==2.7.1
88
pytest-flask==0.15.1
99
pytest-mock==1.10.4
1010
pytest-profiling==1.7.0
11-
pytest-sugar==0.9.2
1211
tzlocal
1312
invoke==1.3.0
1413
readme-renderer==24.0

0 commit comments

Comments
 (0)