Skip to content

Commit 10b9027

Browse files
authored
Merge pull request #92 from SVilgelm/remove-pytest-sugar
Remove pytest-sugar from requirements and update pytest
2 parents ee1fc4c + 3d89dde commit 10b9027

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)