forked from pool/python-mitmproxy
- Skip broken tests in different architectures
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 17:32:53 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Skip broken tests in different architectures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 17:17:36 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
@@ -138,7 +138,8 @@ hypothesis.settings.register_profile(
|
||||
# test_refresh fails on i586... wrong timestamp type, maybe?
|
||||
# test_rollback and test_output[None-expected_out0-expected_err0] just randomly fail on i586
|
||||
# test_get_version fails to mock updated git version
|
||||
%pytest -k "not (test_refresh or test_rollback or test_output or test_get_version)" --hypothesis-profile="obs"
|
||||
# test_wireguard uses a binary client just available for x86_64
|
||||
%pytest -k "not (test_refresh or test_rollback or test_output or test_get_version or test_wireguard)" --hypothesis-profile="obs"
|
||||
|
||||
%post
|
||||
%python_install_alternative mitmdump
|
||||
|
||||
Reference in New Issue
Block a user