mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-23 15:22:50 +00:00
19 lines
705 B
Diff
19 lines
705 B
Diff
![]() |
commit f628cebffae0b4967c9193df2b2d0d8d27344af2
|
||
|
Author: Philippe Makowski <pmakowski@espelida.com>
|
||
|
Date: Sun Jul 3 16:43:03 2016 +0200
|
||
|
|
||
|
skip-distutils-tests-that-fail-in-rpmbuild
|
||
|
|
||
|
diff --git a/Lib/distutils/tests/test_bdist_rpm.py b/Lib/distutils/tests/test_bdist_rpm.py
|
||
|
index 25c14ab..a6ab37c 100644
|
||
|
--- a/Lib/distutils/tests/test_bdist_rpm.py
|
||
|
+++ b/Lib/distutils/tests/test_bdist_rpm.py
|
||
|
@@ -23,6 +23,7 @@ setup(name='foo', version='0.1', py_modules=['foo'],
|
||
|
|
||
|
"""
|
||
|
|
||
|
+@unittest._skipInRpmBuild("don't try to nest one rpm build inside another rpm build")
|
||
|
class BuildRpmTestCase(support.TempdirManager,
|
||
|
support.EnvironGuard,
|
||
|
support.LoggingSilencer,
|