diff --git a/python-PyFxA.spec b/python-PyFxA.spec index 4ce7a62..e42511f 100644 --- a/python-PyFxA.spec +++ b/python-PyFxA.spec @@ -68,14 +68,16 @@ find ./ -type f -exec chmod -x {} + %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# Exclude tests which require network connection +# Exclude tests which require network connection + +# deprecated test_monkey_patch_for_gevent includedTests='\ not TestAuthClientAuthorizeToken and\ not TestAuthClientVerifyCode and\ not TestCachedClient and\ not TestCoreClient and\ not TestCoreClientSession and\ - not TestJwtToken' + not TestJwtToken and\ + not test_monkey_patch_for_gevent' %pytest -k "${includedTests}" fxa/tests/ %post