14
0

- 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:
2022-12-15 17:33:54 +00:00
committed by Git OBS Bridge
parent ed7bb055b5
commit 96101cb3dc
2 changed files with 7 additions and 1 deletions

View File

@@ -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> Thu Dec 15 17:17:36 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -138,7 +138,8 @@ hypothesis.settings.register_profile(
# test_refresh fails on i586... wrong timestamp type, maybe? # 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_rollback and test_output[None-expected_out0-expected_err0] just randomly fail on i586
# test_get_version fails to mock updated git version # 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 %post
%python_install_alternative mitmdump %python_install_alternative mitmdump