Skip to content

Commit 3b7e017

Browse files
committed
Merge pull request #235 from gsnedders/pytest_expect_11
Update pytest-expect to 1.1 and its human readable format; r=nobody!
2 parents a3bb980 + b65ae3f commit 3b7e017

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.pytest.expect

5.71 KB
Binary file not shown.

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
flake8
44
pytest
5-
pytest-expect>=1.0,<2.0
5+
pytest-expect>=1.1,<2.0
66
mock
77
ordereddict ; python_version < '2.7'

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist = {py26,py27,py33,py34,py35,pypy}-{base,optional}
55
deps =
66
flake8
77
pytest
8-
pytest-expect>=1.0,<2.0
8+
pytest-expect>=1.1,<2.0
99
mock
1010
base: six
1111
base: webencodings

0 commit comments

Comments
 (0)