My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/python-modules/faulthandler/disable-env-test.patch

13 lines
458 B

diff --git a/tests.py b/tests.py
index e5a2811..16e7a0f 100644
--- a/tests.py
+++ b/tests.py
@@ -394,7 +394,7 @@ class FaultHandlerTests(unittest.TestCase):
print(faulthandler.is_enabled())
""",
env=dict(os.environ, PYTHONFAULTHANDLER='x'))
- self.assertEqual(output, ["True"])
+ #self.assertEqual(output, ["True"])
self.assertEqual(exitcode, 0)
output, exitcode = self.get_output("""