15
0
forked from pool/python-PyFxA
Antoine Belvire
2020-07-11 14:31:58 +00:00
committed by Git OBS Bridge
parent d6bd98d3ea
commit f8d4d101fa

View File

@@ -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