Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 6, 2022
1 parent 2b9a42b commit 32f83f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_main.py
Expand Up @@ -269,7 +269,11 @@ def test_build_package_via_sdist_invalid_distribution(tmp_dir, package_test_setu
),
(
['--sdist', '--no-isolation'],
['* Getting build dependencies for sdist...', '* Building sdist...', 'Successfully built test_setuptools-1.0.0.tar.gz'],
[
'* Getting build dependencies for sdist...',
'* Building sdist...',
'Successfully built test_setuptools-1.0.0.tar.gz',
],
),
(
['--sdist', '--wheel', '--no-isolation'],
Expand Down

0 comments on commit 32f83f2

Please sign in to comment.