forked from pool/python-PyFxA
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyFxA?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
d6bd98d3ea
commit
f8d4d101fa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user