From f8d4d101fa3763294d2c4557a4bbbe74e13123e44b124355362ed87a236f1612 Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Sat, 11 Jul 2020 14:31:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyFxA?expand=0&rev=19 --- python-PyFxA.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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