nox: fix copy-paste error in srpm session

This commit is contained in:
Maxwell G 2024-03-02 17:59:58 +00:00
commit e786998312
Signed by: gotmax23
GPG key ID: F79E4E25E8C661F8

View file

@ -79,7 +79,7 @@ def srpm(session: nox.Session, posargs: Sequence[str] | None = None):
def mockbuild(session: nox.Session):
tmp = Path(session.create_tmp())
srpm(session, ("-o", str(tmp), "--keep"))
spec_path = tmp / "fedrq.spec"
spec_path = tmp / "forge-srpm-macros.spec"
margs = [
# fmt: off
"mock",