test_fixup

===================================================================

Gbp-Pq: Name 0001-test_fixup.patch
This commit is contained in:
Python Applications Packaging Team 2019-09-15 02:42:23 -04:00 committed by Scott Kitterman
parent a23bf407ad
commit 2aa3dc0930
1 changed files with 8 additions and 8 deletions

View File

@ -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 =