gnu: python-pifpaf: Enable tests.
* gnu/packages/python-xyz.scm (python-pifpaf)[arguments]: Enable tests. Use custom 'check phase.
This commit is contained in:
		
							parent
							
								
									ff7a6c6d5b
								
							
						
					
					
						commit
						2313be9041
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
					@ -19902,7 +19902,12 @@ logging in Python.  It also provides some custom formatters and handlers.")
 | 
				
			||||||
         "150av2pylsjy8ykrpyi0vzy2q24s9rhh2ya01zvwnvj9j5dspviz"))))
 | 
					         "150av2pylsjy8ykrpyi0vzy2q24s9rhh2ya01zvwnvj9j5dspviz"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f))
 | 
					     '(#:phases
 | 
				
			||||||
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
 | 
					         (replace 'check
 | 
				
			||||||
 | 
					           (lambda _
 | 
				
			||||||
 | 
					             (invoke "python" "setup.py" "testr" "--slowest"
 | 
				
			||||||
 | 
					                     "--testr-args=until-failure"))))))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-click" ,python-click)
 | 
					     `(("python-click" ,python-click)
 | 
				
			||||||
       ("python-daiquiri" ,python-daiquiri)
 | 
					       ("python-daiquiri" ,python-daiquiri)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue