https://bugzilla.redhat.com/show_bug.cgi?id=1507235
Robert-André Mauchin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Robert-André Mauchin <[email protected]> --- It turns out the test are, pardon my French, a PITA. To help you here what you need: BuildRequires: python2-mock BuildRequires: python2-tox BuildRequires: python2-twisted And: BuildRequires: python3-mock BuildRequires: python3-tox BuildRequires: python3-twisted And the tests themselves: %check TOX_TESTENV_PASSENV=PYTHONPATH TOXENV=py27 %{__python2} setup.py test %if %{with_python3} TOX_TESTENV_PASSENV=PYTHONPATH TOXENV=py36 %{__python3} setup.py test %endif -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
