| |
@@ -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")
|
| |
return pkgs
|
| |
|
| |
pkg_deps = set()
|
| |
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-pytest4is F34 ...+1