Skip to content

Commit ca1bd08

Browse files
authored
Use latest pytest 3.4.0, but drop pytest-sugar due to incompatibility (#1361)
1 parent 4dc0899 commit ca1bd08

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

requirements-dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8==3.4.1
2-
pytest==3.2.2
2+
pytest==3.4.0
33
pytest-cov==2.5.1
44
pytest-catchlog==1.2.2
55
docker-py==1.10.6
@@ -11,6 +11,5 @@ python-snappy==0.5.1
1111
tox==2.9.1
1212
pylint==1.8.0
1313
pytest-pylint==0.7.1
14-
# pytest-sugar==0.9.0
1514
pytest-mock==1.6.3
1615
sphinx-rtd-theme==0.2.4

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ deps =
1414
pytest-catchlog
1515
py{27,34,35,36,py}: pylint==1.8.0
1616
py{27,34,35,36,py}: pytest-pylint
17-
pytest-sugar
1817
pytest-mock
1918
mock
2019
python-snappy

0 commit comments

Comments
 (0)