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:
d9d688b
)
disable-some-tests
author
Matthias Klose
<doko@debian.org>
Sun, 10 Jan 2021 15:42:50 +0000
(15:42 +0000)
committer
Matthias Klose
<doko@debian.org>
Sun, 10 Jan 2021 15:42:50 +0000
(15:42 +0000)
# 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 1b034c93025213f659e92667bd7f314d77e2d12e..60d934147843404baffbe4642d6a3efe1ac46a94 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)