Skip to content

Commit

Permalink
Replace tabs by spaces for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
McSinyx committed Jul 18, 2020
1 parent d2eb0ef commit d363b4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Empty file.
11 changes: 6 additions & 5 deletions tests/data/src/pep518_with_extra_and_markers-1.0/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
]
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d363b4a

Please sign in to comment.