python-cairocffi/0001-fix-test-case-due-to-pytest-module-defected.patch
2022-10-17 15:59:33 +08:00

43 lines
818 B
Diff

From e53fa1d571dcb48eb5aeef5a48393fd877b3631a Mon Sep 17 00:00:00 2001
From: wang--ge <wang__ge@126.com>
Date: Mon, 17 Oct 2022 11:40:56 +0800
Subject: [PATCH] fix test case due to pytest module defected
---
setup.cfg | 5 -----
1 file changed, 5 deletions(-)
diff --git a/setup.cfg b/setup.cfg
index 6ab6258..27cd86e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,8 +42,6 @@ install_requires =
cffi >= 1.1.0
tests_require =
pytest-cov
- pytest-flake8
- pytest-isort
pytest-runner
numpy
python_requires = >= 3.7
@@ -61,8 +59,6 @@ doc =
test =
pytest-runner
pytest-cov
- pytest-flake8
- pytest-isort
xcb =
xcffib >= 0.3.2
@@ -74,7 +70,6 @@ build-dir = docs/_build
test = pytest
[tool:pytest]
-addopts = --flake8 --isort
norecursedirs = build dist .cache .eggs .git
[flake8]
--
2.27.0