Skip to content

Commit 1fa5818

Browse files
committed
Merge branch 'maintenance-0.5' into maintenance-0.6
[changelog skip]
2 parents 76de684 + 85d91f5 commit 1fa5818

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_version():
4040
] + service_requires
4141
tests_require = [
4242
'pytest >= 3.1.2, < 4.0.0',
43-
'pytest-flake8 >= 0.8.1, < 1.0.0',
43+
'pytest-flake8 >= 0.9.1, < 1.0.0',
4444
'flake8-import-order >= 0.12, < 1.0',
4545
'flake8-import-order-spoqa >= 1.0.1, < 2.0.0',
4646
]

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ envlist = buildfixture,{py27,py34,py35,py36}-{typing351,typing352},docs
33

44
[testenv]
55
deps =
6-
; FIXME: the following command should be removed when
7-
; https://github.com/tholo/pytest-flake8/pull/35 is merged:
8-
git+git://github.com/jezdez/[email protected]
9-
106
-e.[tests]
117
typing351: typing<3.5.2
128
typing352: typing>=3.5.2

0 commit comments

Comments
 (0)