aports/community/ufw/disable-iptables-test.patch
2024-07-14 20:28:31 +00:00

13 lines
349 B
Diff

Failure in setUp function
--- a/tests/unit/test_backend_iptables.py
+++ b/tests/unit/test_backend_iptables.py
@@ -30,6 +30,7 @@ except ImportError:
from io import StringIO
+@unittest.skip(reason="FileNotFoundError in copytree")
class BackendIptablesTestCase(unittest.TestCase):
def setUp(self):
ufw.common.do_checks = False