Skip to content

Commit

Permalink
Include trailing quote in build-backend for test_build_meta. Fixes #2771
Browse files Browse the repository at this point in the history
.
  • Loading branch information
jaraco committed Sep 6, 2021
1 parent 3434226 commit 9c72c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setuptools/tests/test_build_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def test_build_with_existing_file_present(self, build_type, tmpdir_cwd):
'pyproject.toml': DALS("""
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta
build-backend = "setuptools.build_meta"
"""),
}

Expand Down Expand Up @@ -260,7 +260,7 @@ def test_build_sdist_pyproject_toml_exists(self, tmpdir_cwd):
'pyproject.toml': DALS("""
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta
build-backend = "setuptools.build_meta"
"""),
}
path.build(files)
Expand Down

0 comments on commit 9c72c94

Please sign in to comment.