Filter UserWarning out of test output (#26001)
This commit is contained in:
		 Massimiliano Culpo
					Massimiliano Culpo
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							e027cecff2
						
					
				
				
					commit
					71a3173a32
				
			| @@ -3,6 +3,8 @@ | |||||||
| addopts = --durations=30 -ra | addopts = --durations=30 -ra | ||||||
| testpaths = lib/spack/spack/test | testpaths = lib/spack/spack/test | ||||||
| python_files = *.py | python_files = *.py | ||||||
|  | filterwarnings = | ||||||
|  |   ignore::UserWarning | ||||||
| markers = | markers = | ||||||
|   db: tests that require creating a DB |   db: tests that require creating a DB | ||||||
|   maybeslow: tests that may be slow (e.g. access a lot the filesystem, etc.) |   maybeslow: tests that may be slow (e.g. access a lot the filesystem, etc.) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user