Blame SOURCES/python-txaio-skip-packaging-tests.patch

1bff74
--- test/test_packaging.py	2015-10-17 19:09:01.342981497 +0200
1bff74
+++ test/test_packaging.py	2015-10-17 19:09:37.874402253 +0200
1bff74
@@ -34,6 +34,7 @@
1bff74
 import txaio
1bff74
1bff74
1bff74
+@pytest.mark.skipif(True, reason='Not needed for RPM build')
1bff74
 def test_sdist():
1bff74
     if not hasattr(subprocess, 'check_output'):
1bff74
         pytest.skip()