gnu: mallard-ducktype: Run tests.
* gnu/packages/python-xyz.scm (mallard-ducktype)[arguments]: Replace 'check phase to run test suite.
This commit is contained in:
		
							parent
							
								
									7284b11f6c
								
							
						
					
					
						commit
						5246655fa1
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -3136,6 +3136,13 @@ and is very extensible.")
 | 
			
		|||
        (base32
 | 
			
		||||
         "0crland0kmpsyjfmnflcw7gaqy5b87b6ah17cmr9d5z1kyazf54n"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     '(#:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
         (replace 'check
 | 
			
		||||
           (lambda _
 | 
			
		||||
             (with-directory-excursion "tests"
 | 
			
		||||
               (invoke "sh" "runtests")))))))
 | 
			
		||||
    (home-page "http://projectmallard.org")
 | 
			
		||||
    (synopsis "Convert Ducktype to Mallard documentation markup")
 | 
			
		||||
    (description
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue