Skip to content

Commit a4764c5

Browse files
committed
Require pytest >= 3.3, for log capturing
This is important now that we're using logging rather than the warnings module.
1 parent 1d45a59 commit a4764c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ env:
5252
- NUMPY=numpy
5353
- PANDAS=
5454
- PYPARSING=pyparsing
55-
- PYTEST=pytest!=3.3.0
55+
- PYTEST=pytest>=3.3.1
5656
- PYTEST_COV=pytest-cov
5757
- PYTEST_PEP8=
5858
- SPHINX=sphinx
@@ -75,7 +75,7 @@ matrix:
7575
- NUMPY=numpy==1.7.1
7676
- PANDAS='pandas<0.21.0'
7777
- PYPARSING=pyparsing==2.0.1
78-
- PYTEST=pytest==3.1.0
78+
- PYTEST=pytest==3.3.1
7979
- PYTEST_COV=pytest-cov==2.3.1
8080
- SPHINX=sphinx==1.3
8181
- python: 3.4

doc/devel/testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ local FreeType build
2626

2727
The following software is required to run the tests:
2828

29-
- pytest_ (>=3.1)
29+
- pytest_ (>=3.3)
3030
- mock_, when running Python 2
3131
- Ghostscript_ (to render PDF files)
3232
- Inkscape_ (to render SVG files)

0 commit comments

Comments
 (0)