Comment # 1 on bug 1212834 from Matej Cepl
I don't think it is `%python_subpackages`. My bet is on

%if %{pkg_vcmp python3-pytest-asyncio >= 0.19}
asynciomode="--asyncio-mode=auto"
%endif

I cannot imagine it would work. Let me try. (Besides, the condition is
nonsensical, because we have python-pytest-asyncio >= 0.19 everywhere).


You are receiving this mail because: