gnu: python-pyopenssl: Skip a test that assumes a 64-bit system.
* gnu/packages/python-crypto.scm (python-pyopenssl)[arguments]: Skip another test in the 'check' phase.
This commit is contained in:
		
							parent
							
								
									48d8d92c51
								
							
						
					
					
						commit
						b3ec77723d
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -596,7 +596,10 @@ message digests and key derivation functions.")
 | 
				
			||||||
                      "not test_fallback_default_verify_paths "
 | 
					                      "not test_fallback_default_verify_paths "
 | 
				
			||||||
                      ;; This test attempts to make a connection to
 | 
					                      ;; This test attempts to make a connection to
 | 
				
			||||||
                      ;; an external web service.
 | 
					                      ;; an external web service.
 | 
				
			||||||
                      "and not test_set_default_verify_paths")))))))
 | 
					                      "and not test_set_default_verify_paths "
 | 
				
			||||||
 | 
					                      ;; Fails on i686-linux and possibly other 32-bit platforms
 | 
				
			||||||
 | 
					                      ;; https://github.com/pyca/pyopenssl/issues/974
 | 
				
			||||||
 | 
					                      "and not test_verify_with_time")))))))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-cryptography" ,python-cryptography)
 | 
					     `(("python-cryptography" ,python-cryptography)
 | 
				
			||||||
       ("python-six" ,python-six)))
 | 
					       ("python-six" ,python-six)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue