From 004d3287a3e57d37c37435d3d81cc291759b697d18b0d1ff42c8854da6bf6c57 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 31 Jan 2022 01:43:10 +0000 Subject: [PATCH] - Skip more tests that are unstable. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=36 --- python-asyncssh.changes | 5 +++++ python-asyncssh.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-asyncssh.changes b/python-asyncssh.changes index 0c5f7e3..d73d3ba 100644 --- a/python-asyncssh.changes +++ b/python-asyncssh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 31 01:37:54 UTC 2022 - Steve Kowalik + +- Skip more tests that are unstable. + ------------------------------------------------------------------- Fri Jan 28 23:45:58 UTC 2022 - Matej Cepl diff --git a/python-asyncssh.spec b/python-asyncssh.spec index 3acf7c1..258188e 100644 --- a/python-asyncssh.spec +++ b/python-asyncssh.spec @@ -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