gnu: python-jsonpickle: Do not set PYTHONPATH.
* gnu/packages/python-web.scm (python-jsonpickle)
[phases]{check}: Do not set PYTHONPATH.
			
			
This commit is contained in:
		
							parent
							
								
									65add29c0a
								
							
						
					
					
						commit
						5cc3d512be
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -703,9 +703,6 @@ content using a variety of algorithms.")
 | 
			
		|||
     `(#:phases (modify-phases %standard-phases
 | 
			
		||||
                  (replace 'check
 | 
			
		||||
                    (lambda _
 | 
			
		||||
                      (setenv "PYTHONPATH"
 | 
			
		||||
                              (string-append "./build/lib:"
 | 
			
		||||
                                             (getenv "PYTHONPATH")))
 | 
			
		||||
                      (invoke "pytest" "-vv"
 | 
			
		||||
                              ;; Prevent running the flake8 and black
 | 
			
		||||
                              ;; pytest plugins, which only tests style
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue