Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8618f10

Browse files
committed
Move to pytest-expect 1.0.
1 parent da6c372 commit 8618f10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ envlist = {py26,py27,py32,py33,py34,py35,pypy,pypy3}-{base,optional}
55
deps =
66
flake8
77
pytest
8-
pytest-expect>=0.11,<1.0
8+
pytest-expect>=1.0,<2.0
99
mock
1010
py26-base: ordereddict
1111
{py26,py27,py32,py33,py34,py35}-optional: -r{toxinidir}/requirements-optional-cpython.txt

0 commit comments

Comments
 (0)