#524 Update dirty workaround for pytest https://pagure.io/FedoraReview/issue/392
Closed 11 months ago by churchyard. Opened a year ago by churchyard.
churchyard/FedoraReview pytest3  into  master

file modified
+2 -2
@@ -2166,8 +2166,8 @@ 

                  pkgs.extend(deps.resolve(requires_to_process))

              pkgs = set(pkgs)

              # Dirty workaround for pytest https://pagure.io/FedoraReview/issue/392

-             if "python3-pytest" in pkgs and "python3-pytest4" in pkgs:

-                 pkgs.remove("python3-pytest4")

+             if "python3-pytest" in pkgs and "python3-pytest7" in pkgs:

+                 pkgs.remove("python3-pytest7")

My first thought was that we may want to add the new workaround but keep the old workaround. But that's probably not needed, python3-pytest4 is F34 ...

+1

              return pkgs

  

          pkg_deps = set()

We now have the same problem with pytest7.

My first thought was that we may want to add the new workaround but keep the old workaround. But that's probably not needed, python3-pytest4 is F34 ...

+1

For the record, I think we should use this as a patch for https://src.fedoraproject.org/rpms/fedora-review but focus on https://pagure.io/FedoraReview/pull-request/525 upstream instead.

Pull-Request has been closed by churchyard

11 months ago
Metadata