14
0

Accepting request 815511 from home:mcalabkova:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/815511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2020-06-17 12:43:23 +00:00
committed by Git OBS Bridge
parent 204b7498e8
commit f49b96b701
2 changed files with 6 additions and 6 deletions

View File

@@ -49,8 +49,8 @@ BuildRequires: %{python_module pyOpenSSL >= 19.1.0}
BuildRequires: %{python_module pyasn1 >= 0.3.1}
BuildRequires: %{python_module pyparsing >= 2.4.2}
BuildRequires: %{python_module pyperclip >= 1.6.0}
BuildRequires: %{python_module pytest-asyncio >= 0.10.0}
BuildRequires: %{python_module pytest >= 5.1.3}
BuildRequires: %{python_module pytest-asyncio >= 0.10.0}
BuildRequires: %{python_module requests >= 2.9.1}
BuildRequires: %{python_module ruamel.yaml >= 0.16}
BuildRequires: %{python_module setuptools}
@@ -122,7 +122,8 @@ that creatively violate the standards.
%check
# test_refresh fails on i586... wrong timestamp type, maybe?
%pytest -k "not test_refresh"
# test_rollback and test_output[None-expected_out0-expected_err0] just randomly fail on i586
%pytest -k "not (test_refresh or test_rollback or test_output)"
%post
%python_install_alternative mitmdump