gnu: python-vcrpy: Fix test failure.
* gnu/packages/python-check.scm (python-vcrpy)[arguments]: Don't override PYTHONPATH.
This commit is contained in:
		
							parent
							
								
									1f4319886a
								
							
						
					
					
						commit
						ee4561b08e
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -233,7 +233,6 @@ result documents that can be read by tools such as Jenkins or Bamboo.") | |||
|              (when tests? | ||||
|                (substitute* "tox.ini" | ||||
|                  (("AWS_ACCESS_KEY_ID") "PYTHONPATH")) | ||||
|                (setenv "PYTHONPATH" (string-append ".:" (getenv "PYTHONPATH"))) | ||||
|                ;; These tests require network access. | ||||
|                (delete-file "tests/unit/test_stubs.py") | ||||
|                (invoke "pytest" "tests/unit"))))))) | ||||
|  |  | |||
		Reference in a new issue