Skip to content

Commit 9a4e6dd

Browse files
authored
Discard changes to setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py
1 parent 2c157d8 commit 9a4e6dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ def test_mixed_extras_require_optional_dependencies(tmp_path):
104104
pyproject = tmp_path / "pyproject.toml"
105105

106106
dist = Distribution({"extras_require": {"hello": ["world"]}})
107+
107108
with pytest.warns(SetuptoolsWarning, match=".extras_require. overwritten"):
108109
dist = apply_configuration(dist, pyproject)
110+
109111
assert dist.extras_require == {"docs": ["sphinx"]}

0 commit comments

Comments
 (0)