projects
/
python3.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bc115d
)
disable-some-tests
author
Matthias Klose
<doko@debian.org>
Fri, 24 Sep 2021 09:43:00 +0000
(10:43 +0100)
committer
Matthias Klose
<doko@debian.org>
Fri, 24 Sep 2021 09:43:00 +0000
(10:43 +0100)
# DP: Disable some failing tests we are not interested in
# DP: Disable some failing tests we are not interested in
Gbp-Pq: Name disable-some-tests.diff
Lib/distutils/tests/test_build_ext.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/tests/test_build_ext.py
b/Lib/distutils/tests/test_build_ext.py
index 808c0dc2874cd5354684aa8ea999e150429cde3f..0dc397d0c70493f000ca9cdfcd7f3ef211534cf9 100644
(file)
--- a/
Lib/distutils/tests/test_build_ext.py
+++ b/
Lib/distutils/tests/test_build_ext.py
@@
-111,6
+111,7
@@
class BuildExtTestCase(TempdirManager,
""")
assert_python_ok('-c', code)
+ @unittest.skip('Skipping failing Solaris test')
def test_solaris_enable_shared(self):
dist = Distribution({'name': 'xx'})
cmd = self.build_ext(dist)