Commit be6abaec authored by Sviatoslav Sydorenko's avatar Sviatoslav Sydorenko

Clarify `test_build_sdist_relative_path_import`

parent c9188cbf
......@@ -349,6 +349,7 @@ class TestBuildMetaBackend:
build_files(self._relative_path_import_files)
build_backend = self.get_build_backend()
with pytest.raises(ImportError):
with pytest.raises(ImportError, match="^No module named 'hello'$"):
build_backend.build_sdist("temp")
@pytest.mark.parametrize('setup_literal, requirements', [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment