summaryrefslogtreecommitdiff
path: root/debian/patches/disable-some-tests.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-12-01 17:44:24 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-12-01 17:44:24 +0300
commitc089c4500b0b78acf03ee5405ad250a84b0dfa66 (patch)
tree23870848d194569aff6e0e4e41bc7907960b1af1 /debian/patches/disable-some-tests.diff
parent377002e7300431b68f3548d9fd2c7f99cf883939 (diff)
downloadpython3.7-debian.tar.gz
Import python3.7 (3.7.5-2)debian/3.7.5-2debian
Diffstat (limited to 'debian/patches/disable-some-tests.diff')
-rw-r--r--debian/patches/disable-some-tests.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/disable-some-tests.diff b/debian/patches/disable-some-tests.diff
index ddec2cd..7f8dc05 100644
--- a/debian/patches/disable-some-tests.diff
+++ b/debian/patches/disable-some-tests.diff
@@ -5,8 +5,8 @@ Index: b/Lib/distutils/tests/test_build_ext.py
--- a/Lib/distutils/tests/test_build_ext.py
+++ b/Lib/distutils/tests/test_build_ext.py
@@ -102,6 +102,7 @@ class BuildExtTestCase(TempdirManager,
- build_ext.USER_BASE = self.old_user_base
- super(BuildExtTestCase, self).tearDown()
+ self.assertIsInstance(xx.Null(), xx.Null)
+ self.assertIsInstance(xx.Str(), xx.Str)
+ @unittest.skip('Skipping failing Solaris test')
def test_solaris_enable_shared(self):