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

Commita3022dc

Browse files
gsneddersjgraham
authored andcommitted
Require flake8 to be < 3.0 for Python 2.6 support (html5lib#291)
1 parent43aeaef commita3022dc

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
@@ -1,6 +1,6 @@
11
-r requirements.txt
22

3-
flake8
3+
flake8<3.0
44
pytest
55
pytest-expect>=1.1,<2.0
66
mock

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist = {py26,py27,py33,py34,py35,pypy}-{base,optional}
33

44
[testenv]
55
deps =
6-
flake8
6+
flake8<3.0
77
pytest
88
pytest-expect>=1.1,<2.0
99
mock

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp