forked from pool/python-python-prctl
- Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-prctl?expand=0&rev=14
This commit is contained in:
12
disable-sandboxed-test.patch
Normal file
12
disable-sandboxed-test.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
Index: python-prctl-1.8.1/test_prctl.py
|
||||
===================================================================
|
||||
--- python-prctl-1.8.1.orig/test_prctl.py
|
||||
+++ python-prctl-1.8.1/test_prctl.py
|
||||
@@ -240,6 +240,7 @@ class PrctlTest(unittest.TestCase):
|
||||
else:
|
||||
self.assertRaises(OSError, prctl.pac_reset_keys, prctl.PAC_APIAKEY)
|
||||
|
||||
+ @unittest.skip('borked in sandbox')
|
||||
def test_proctitle(self):
|
||||
"""Test setting the process title, including too long titles"""
|
||||
with open('/proc/self/cmdline') as fd:
|
Reference in New Issue
Block a user