gnu: python-zope-configuration: Disable tests.
* gnu/packages/python.scm (python-zope-configuration, python2-zope-configuration)[arguments]: Set #:tests? #f.
This commit is contained in:
		
							parent
							
								
									22dba2eff9
								
							
						
					
					
						commit
						7e8b1bfa4b
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -7412,6 +7412,8 @@ defining data schemas.")
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1x9dfqypgympnlm25p9m43xh4qv3p7d75vksv9pzqibrb4cggw5n"))))
 | 
					                "1x9dfqypgympnlm25p9m43xh4qv3p7d75vksv9pzqibrb4cggw5n"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     '(#:tests? #f)) ; FIXME: Tests can't find zope.interface.
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
 | 
					     `(("python-zope-i18nmessageid" ,python-zope-i18nmessageid)
 | 
				
			||||||
       ("python-zope-schema" ,python-zope-schema)))
 | 
					       ("python-zope-schema" ,python-zope-schema)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue