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 b1f938c commit d649790Copy full SHA for d649790
testing/test_git.py
@@ -46,6 +46,7 @@ def test_root_relative_to(tmpdir, wd, monkeypatch):
46
47
48
@pytest.mark.issue("https://github.com/pypa/setuptools_scm/issues/298")
49
+@pytest.mark.issue(403)
50
def test_file_finder_no_history(wd, caplog):
51
file_list = git_find_files(str(wd.cwd))
52
assert file_list == []
0 commit comments