From 573253e9995a6a94d22edfb40fcd8b560a39ffad Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Tue, 5 Jan 2016 12:10:22 +0100 Subject: [PATCH] remove a test-case that requires Internet connectivity --- python-pycurl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pycurl.spec b/python-pycurl.spec index 134b3f1..9d90da0 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -57,8 +57,8 @@ of features. # remove binaries packaged by upstream rm -f tests/fake-curl/libcurl/*.so -# temporarily exclude failing test-cases -rm -f tests/{post_test,reset_test}.py +# remove a test-case that relies on sftp://web.sourceforge.net being available +rm -f tests/ssh_key_cb_test.py # remove tests depending on the 'flaky' nose plug-in (not available in Fedora) grep '^import flaky' -r tests | cut -d: -f1 | xargs rm -fv