File: 0001-Removed-PEP8-py.test-plugin.patch

package info (click to toggle)
pytest-pylint 0.6.0-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 136 kB
  • sloc: python: 189; makefile: 9
file content (19 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From e7f7e6fd01c9bfad939c5fb02714491041deb084 Mon Sep 17 00:00:00 2001
From: Ondrej Koblizek <ondrej.koblizek@firma.seznam.cz>
Date: Fri, 27 May 2016 16:38:02 +0200
Subject: Removed PEP8 py.test plugin

---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 562e09a..2a64b43 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,4 +15,4 @@ commands =
     coverage html -d htmlcov
 
 [pytest]
-addopts = --pylint --pep8
+addopts = --pylint