gnu: python-parso: Run the test suite.
* gnu/packages/python-xyz.scm (python-parso)[phases]: Replace the check phase.
This commit is contained in:
		
							parent
							
								
									1475094a45
								
							
						
					
					
						commit
						4eb97c254e
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -14755,6 +14755,10 @@ time-based (TOTP) passwords.")
 | 
			
		|||
    (native-inputs
 | 
			
		||||
     `(("python-pytest" ,python-pytest)))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:phases (modify-phases %standard-phases
 | 
			
		||||
                  (replace 'check
 | 
			
		||||
                    (lambda _ (invoke "pytest" "-vv"))))))
 | 
			
		||||
    (home-page "https://github.com/davidhalter/parso")
 | 
			
		||||
    (synopsis "Python Parser")
 | 
			
		||||
    (description "Parso is a Python parser that supports error recovery and
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue