gnu: python-pydantic-2: Ignore sensitive tests.
* gnu/packages/python-xyz.scm (python-pydantic-2)[arguments]: Ignore north star tests. Change-Id: Ic305f95f8d1399a4d777dad35fcee9e28f16c907
This commit is contained in:
		
							parent
							
								
									2632660295
								
							
						
					
					
						commit
						d6af13222e
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -7603,6 +7603,9 @@ errors when data is invalid.")
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list
 | 
					     (list
 | 
				
			||||||
       #:test-flags #~(list "--ignore=tests/test_docs.py"   ; no pytest_examples
 | 
					       #:test-flags #~(list "--ignore=tests/test_docs.py"   ; no pytest_examples
 | 
				
			||||||
 | 
					                            ;; These tests include hashes that keep changing depending on
 | 
				
			||||||
 | 
					                            ;; package versions.
 | 
				
			||||||
 | 
					                            "--ignore=tests/benchmarks/test_north_star.py"
 | 
				
			||||||
                            ;; need python-email-validator >= 2.0.0
 | 
					                            ;; need python-email-validator >= 2.0.0
 | 
				
			||||||
                            "-k not test_fastapi_startup_perf")
 | 
					                            "-k not test_fastapi_startup_perf")
 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue