parent
5201be1411
commit
b8d4c83970
@ -0,0 +1,24 @@
|
||||
From e63a0d5a9b76260db73d991e7badabeaa17e41a9 Mon Sep 17 00:00:00 2001
|
||||
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
||||
Date: Thu, 9 Nov 2023 00:11:44 +0300
|
||||
Subject: [PATCH] MSVSphere skiping some test for build
|
||||
|
||||
---
|
||||
Lib/test/test_shutil.py | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py
|
||||
index 055c9af..f718287 100644
|
||||
--- a/Lib/test/test_shutil.py
|
||||
+++ b/Lib/test/test_shutil.py
|
||||
@@ -1467,6 +1467,7 @@ class TestArchives(BaseTest, unittest.TestCase):
|
||||
['dist/', 'dist/sub/', 'dist/sub2/',
|
||||
'dist/file1', 'dist/file2', 'dist/sub/file3'])
|
||||
|
||||
+ @unittest.skip('MSVSphere 8.8 build')
|
||||
@support.requires_zlib()
|
||||
@unittest.skipUnless(shutil.which('zip'),
|
||||
'Need the zip command to run')
|
||||
--
|
||||
2.39.3
|
||||
|
Loading…
Reference in new issue