summaryrefslogtreecommitdiff
path: root/dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-09-19 19:39:31 +0200
committerDavid Seifert <soap@gentoo.org>2016-10-08 19:59:36 +0200
commit994e779e56631ae76e1efd62f0a92b52b34dd816 (patch)
tree70d156f85f33c720b04cf40311c934cf83c01d2f /dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch
parenta97fc63c8d1f44d55c5adbf271a57e2b2f07ddaa (diff)
downloadgentoo-994e779e56631ae76e1efd62f0a92b52b34dd816.tar.gz
gentoo-994e779e56631ae76e1efd62f0a92b52b34dd816.tar.bz2
gentoo-994e779e56631ae76e1efd62f0a92b52b34dd816.zip
dev-python/python-iptables: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/2363 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch')
-rw-r--r--dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch b/dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch
deleted file mode 100644
index fb9d601ceaa8..000000000000
--- a/dev-python/python-iptables/files/python-iptables-0.2.0-tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/test.py b/test.py
-index f426612..f598585 100755
---- a/test.py
-+++ b/test.py
-@@ -3,16 +3,6 @@
-
- import sys
-
--print "WARNING: this test will manipulate iptables rules."
--print "Don't do this on a production machine."
--while True:
-- print "Would you like to continue? y/n",
-- answer = raw_input()
-- if answer in "yYnN" and len(answer) == 1:
-- break
--if answer in "nN":
-- sys.exit(0)
--
- from iptc.test import test_iptc, test_matches, test_targets
-
- results = [rv for rv in [test_iptc.run_tests(), test_matches.run_tests(),