Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita4764c5

Browse files
committed
Require pytest >= 3.3, for log capturing
This is important now that we're using logging rather than the warningsmodule.
1 parent1d45a59 commita4764c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.travis.yml

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp