diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 17:44:24 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 17:44:24 +0300 |
commit | c089c4500b0b78acf03ee5405ad250a84b0dfa66 (patch) | |
tree | 23870848d194569aff6e0e4e41bc7907960b1af1 /debian/patches/disable-some-tests.diff | |
parent | 377002e7300431b68f3548d9fd2c7f99cf883939 (diff) | |
download | python3.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.diff | 4 |
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): |