summaryrefslogtreecommitdiff
path: root/textproc/py27-cssselect2/patches/patch-setup.cfg
blob: 099a7190ae2730b95a3e7774a762516d52c15aa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-setup.cfg,v 1.1 2022/11/30 10:19:25 adam Exp $

Do not use flake8 and isort for tests.

--- setup.cfg.orig	2022-11-30 09:59:23.000000000 +0000
+++ setup.cfg
@@ -5,7 +5,7 @@ test = pytest
 universal = 1
 
 [tool:pytest]
-addopts = --cov=cssselect2 --flake8 --isort cssselect2
+addopts = --cov=cssselect2 cssselect2
 norecursedirs = dist .cache .git build *.egg-info .eggs venv
 
 [isort]