Replace tabs by spaces for consistency

This commit is contained in:
Nguyễn Gia Phong 2020-07-18 17:00:42 +07:00
parent d2eb0ef817
commit d363b4a427
3 changed files with 8 additions and 7 deletions

View File

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

View File

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