We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3866982 commit 5df0db7Copy full SHA for 5df0db7
testing/test_config.py
@@ -1831,7 +1831,7 @@ def test_with_config_also_in_parent_directory(
1831
assert inipath == tmp_path / "myproject" / "setup.cfg"
1832
1833
def test_tmp_setup_py_does_not_affect_rootdir(
1834
- self, tmp_path: Path, monkeypatch: MonkeyPatch
+ self, tmp_path: Path, monkeypatch: MonkeyPatch
1835
) -> None:
1836
"""Regression test for issue #13822.
1837
0 commit comments