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