From e38169433ebe69d082fade285789c790a1645525 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 5 Jun 2015 17:26:49 +0200 Subject: [PATCH] tox: Update pytest-flakes to 1.0.0. Upstream changelog: - Fix issue #6 - support PEP263 for source file encoding. - Clarified license to be MIT like pytest-pep8 from which this is derived. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cff331d21..93f00d40a 100644 --- a/tox.ini +++ b/tox.ini @@ -82,7 +82,7 @@ deps = py==1.4.27 pytest==2.7.1 pyflakes==0.9.0 - pytest-flakes==0.2 + pytest-flakes==1.0.0 commands = {[testenv:mkvenv]commands} {envpython} -m py.test -q --flakes -m flakes