Merge pull request #8599 from McSinyx/tabs2spaces

Replace tabs by spaces for consistency
This commit is contained in:
Chris Hunt 2020-07-19 08:57:41 -04:00 committed by GitHub
commit af68f57d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,8 @@
[build-system]
requires=[
"requires_simple_extra[extra]",
"simplewheel==1.0; python_version < '3'",
"simplewheel==2.0; python_version >= '3'",
"setuptools", "wheel",
requires = [
"requires_simple_extra[extra]",
"simplewheel==1.0; python_version < '3'",
"simplewheel==2.0; python_version >= '3'",
"setuptools",
"wheel",
]

View File

@ -25,8 +25,8 @@ setenv =
LC_CTYPE = en_US.UTF-8
deps = -r{toxinidir}/tools/requirements/tests.txt
commands_pre =
python -c 'import shutil, sys; shutil.rmtree(sys.argv[1], ignore_errors=True)' {toxinidir}/tests/data/common_wheels
{[helpers]pip} wheel -w {toxinidir}/tests/data/common_wheels -r {toxinidir}/tools/requirements/tests-common_wheels.txt
python -c 'import shutil, sys; shutil.rmtree(sys.argv[1], ignore_errors=True)' {toxinidir}/tests/data/common_wheels
{[helpers]pip} wheel -w {toxinidir}/tests/data/common_wheels -r {toxinidir}/tools/requirements/tests-common_wheels.txt
commands = pytest --timeout 300 []
install_command = {[helpers]pip} install {opts} {packages}
list_dependencies_command = {[helpers]pip} freeze --all