15
0

- Skip more tests that are unstable.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=36
This commit is contained in:
2022-01-31 01:43:10 +00:00
committed by Git OBS Bridge
parent 5abb8764b8
commit 004d3287a3
2 changed files with 6 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ server implementation of the SSHv2 protocol on top of the Python asyncio framewo
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest -k 'not test_connect_timeout_exceeded'
%pytest -k 'not (test_connect_timeout_exceeded or test_forward_remote or test_enroll)'
%files %{python_files}
%license LICENSE COPYRIGHT