From 2aa3dc093097638288dc6f0d49eb7ea998f82d3c Mon Sep 17 00:00:00 2001 From: Python Applications Packaging Team Date: Sun, 15 Sep 2019 02:42:23 -0400 Subject: [PATCH] test_fixup =================================================================== Gbp-Pq: Name 0001-test_fixup.patch --- setup.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup.cfg b/setup.cfg index f18b7090..9a599a75 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,8 +53,8 @@ install_requires = tests_require = pytest-runner pytest-cov - pytest-flake8 - pytest-isort + #pytest-flake8 + #pytest-isort python_requires = >= 3.5 [options.entry_points] @@ -72,8 +72,8 @@ doc = test = pytest-runner pytest-cov - pytest-flake8 - pytest-isort + #pytest-flake8 + #pytest-isort [bdist_wheel] python-tag = py3 @@ -86,7 +86,7 @@ build-dir = docs/_build test = pytest [tool:pytest] -addopts = --flake8 --isort +#addopts = --flake8 --isort norecursedirs = build dist .cache .eggs .git [coverage:run] @@ -101,9 +101,9 @@ exclude_lines = omit = .* -[isort] -default_section = THIRDPARTY -multi_line_output = 4 +#[isort] +#default_section = THIRDPARTY +#multi_line_output = 4 [egg_info] tag_build =