File: 0001-Remove-PEP8-and-flakes-options-from-pytest-call.patch

package info (click to toggle)
python-django-csp 3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 264 kB
  • sloc: python: 937; makefile: 135
file content (20 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Tue, 21 Aug 2018 19:48:23 +0200
Subject: Remove PEP8 and flakes options from pytest call.

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 383e0ed..eef846a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,6 +2,6 @@
 universal = 1
 
 [pytest]
-addopts = -vs --tb=short --pep8 --flakes
+addopts = -vs --tb=short
 
 DJANGO_SETTINGS_MODULE = csp.tests.settings