gnu: python: Remove failing test on aarch64.
* gnu/packages/python.scm (python-3.5)[source]: Add snippet removing test that fails on aarch64.
This commit is contained in:
		
							parent
							
								
									db700d5829
								
							
						
					
					
						commit
						fd61591850
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -326,7 +326,10 @@ data types.")
 | 
			
		|||
              (patch-flags '("-p0"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0h6a5fr7ram2s483lh0pnmc4ncijb8llnpfdxdcl5dxr01hza400"))))
 | 
			
		||||
                "0h6a5fr7ram2s483lh0pnmc4ncijb8llnpfdxdcl5dxr01hza400"))
 | 
			
		||||
              (snippet
 | 
			
		||||
               '(delete-file
 | 
			
		||||
                  "Lib/ctypes/test/test_win32.py")))) ; fails on aarch64
 | 
			
		||||
    (arguments (substitute-keyword-arguments (package-arguments python-2)
 | 
			
		||||
                 ((#:tests? _) #t)))
 | 
			
		||||
    (native-search-paths
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue