mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/dbusmock: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
https://github.com/martinpitt/python-dbusmock/issues/28
|
||||
|
||||
--- a/tests/test_code.orig
|
||||
+++ b/tests/test_code.py
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
|
||||
class StaticCodeTests(unittest.TestCase):
|
||||
+ """
|
||||
@unittest.skipIf(subprocess.call(['which', 'pyflakes'],
|
||||
stdout=subprocess.PIPE) != 0,
|
||||
'pyflakes not installed')
|
||||
@@ -25,6 +26,7 @@
|
||||
universal_newlines=True)
|
||||
(out, err) = pyflakes.communicate()
|
||||
self.assertEqual(pyflakes.returncode, 0, out)
|
||||
+ """
|
||||
|
||||
@unittest.skipIf(subprocess.call(['which', 'pep8'],
|
||||
stdout=subprocess.PIPE) != 0,
|
||||
Reference in New Issue
Block a user