mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-30 23:47:27 +03:00 
			
		
		
		
	fix AppVeyor
This commit is contained in:
		
							parent
							
								
									0e5a6e6eb1
								
							
						
					
					
						commit
						9aa42c3fd6
					
				|  | @ -13,11 +13,16 @@ environment: | ||||||
|   DEPLOY: YES |   DEPLOY: YES | ||||||
|   matrix: |   matrix: | ||||||
|   - PYTHON: C:/Python38 |   - PYTHON: C:/Python38 | ||||||
|  |     ARCHITECTURE: x86 | ||||||
|   - PYTHON: C:/Python38-x64 |   - PYTHON: C:/Python38-x64 | ||||||
|  |     ARCHITECTURE: x64 | ||||||
|   - PYTHON: C:/Python35 |   - PYTHON: C:/Python35 | ||||||
|  |     ARCHITECTURE: x86 | ||||||
|   - PYTHON: C:/Python35-x64 |   - PYTHON: C:/Python35-x64 | ||||||
|  |     ARCHITECTURE: x64 | ||||||
|   - PYTHON: C:/msys64/mingw32 |   - PYTHON: C:/msys64/mingw32 | ||||||
|     EXECUTABLE: bin/python3 |     EXECUTABLE: bin/python3 | ||||||
|  |     ARCHITECTURE: x86 | ||||||
|     PIP_DIR: bin |     PIP_DIR: bin | ||||||
|     TEST_OPTIONS: --processes=0 |     TEST_OPTIONS: --processes=0 | ||||||
|     DEPLOY: NO |     DEPLOY: NO | ||||||
|  |  | ||||||
|  | @ -38,7 +38,7 @@ def test_viewer_show(): | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| @pytest.mark.skipif( | @pytest.mark.skipif( | ||||||
|     not on_ci() or is_win32(), reason="Only run on CIs; hangs on Windows 10", |     not on_ci() or is_win32(), reason="Only run on CIs; hangs on Windows CIs", | ||||||
| ) | ) | ||||||
| def test_show(): | def test_show(): | ||||||
|     for mode in ("1", "I;16", "LA", "RGB", "RGBA"): |     for mode in ("1", "I;16", "LA", "RGB", "RGBA"): | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user