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

package info (click to toggle)
pytest-pylint 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: python: 579; makefile: 9
file content (19 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From d791e15dfe53515218558eb59e696344c4b55816 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 2560295..97c15b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,4 +16,4 @@ commands =
     coverage html -d htmlcov
 
 [pytest]
-addopts = --pylint --pep8
+addopts = --pylint