gtristan commented on code in PR #81:
URL: 
https://github.com/apache/buildstream-plugins/pull/81#discussion_r1873107170


##########
tests/sources/git.py:
##########
@@ -695,10 +695,11 @@ def test_track_invalid_submodule(cli, tmpdir, datafiles, 
fail):
 @pytest.mark.skipif(HAVE_GIT is False, reason="git is not available")
 @pytest.mark.datafiles(os.path.join(DATA_DIR, "template"))
 @pytest.mark.parametrize("ref_format", ["sha1", "git-describe"])
[email protected]("tag,extra_commit", [(False, False), (True, False), 
(True, True)])
-def test_track_fetch(cli, tmpdir, datafiles, ref_format, tag, extra_commit):
[email protected]("tag_extra_commit", [(False, False), (True, False), 
(True, True)])
+def test_track_fetch(cli, tmpdir, datafiles, ref_format, tag_extra_commit):

Review Comment:
   Nice, that appears to have fixed the linting without my ugly change :)
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to