summaryrefslogtreecommitdiff
path: root/debian/patches/disable-some-tests.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-12-01 20:18:01 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-12-01 20:18:01 +0300
commit77d81aa4a3747b7dfbb17e43b16e1a514550c60c (patch)
tree0679778b3a5b46cb96d7c57485c847b83cc78bbf /debian/patches/disable-some-tests.diff
parentc089c4500b0b78acf03ee5405ad250a84b0dfa66 (diff)
downloadpython3.8-debian.tar.gz
Import python3.8 (3.8.0-5)debian/3.8.0-5debian
Diffstat (limited to 'debian/patches/disable-some-tests.diff')
-rw-r--r--debian/patches/disable-some-tests.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/disable-some-tests.diff b/debian/patches/disable-some-tests.diff
index 7f8dc05..28b72ec 100644
--- a/debian/patches/disable-some-tests.diff
+++ b/debian/patches/disable-some-tests.diff
@@ -4,9 +4,9 @@ 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,
- self.assertIsInstance(xx.Null(), xx.Null)
- self.assertIsInstance(xx.Str(), xx.Str)
+@@ -111,6 +111,7 @@ class BuildExtTestCase(TempdirManager,
+ """)
+ assert_python_ok('-c', code)
+ @unittest.skip('Skipping failing Solaris test')
def test_solaris_enable_shared(self):