mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-23 15:22:50 +00:00
12 lines
562 B
Diff
12 lines
562 B
Diff
![]() |
diff -Naur Python-3.4.3.orig/Lib/distutils/tests/test_bdist_rpm.py Python-3.4.3/Lib/distutils/tests/test_bdist_rpm.py
|
||
|
--- Python-3.4.3.orig/Lib/distutils/tests/test_bdist_rpm.py 2015-02-26 22:32:26.000000000 +0400
|
||
|
+++ Python-3.4.3/Lib/distutils/tests/test_bdist_rpm.py 2015-02-26 22:32:26.000000000 +0400
|
||
|
@@ -23,6 +23,7 @@
|
||
|
|
||
|
"""
|
||
|
|
||
|
+@unittest._skipInRpmBuild("don't try to nest one rpm build inside another rpm build")
|
||
|
class BuildRpmTestCase(support.TempdirManager,
|
||
|
support.EnvironGuard,
|
||
|
support.LoggingSilencer,
|