mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 00:12:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			301 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			301 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Fix pytest usage
 | |
| 
 | |
| > ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
 | |
| > pytest: error: unrecognized arguments: -n
 | |
| 
 | |
| --- a/pyproject.toml
 | |
| +++ b/pyproject.toml
 | |
| @@ -84,7 +84,6 @@ warn_unused_ignores = false
 | |
|  
 | |
|  
 | |
|  [tool.pytest.ini_options]
 | |
| -addopts = "-n auto"
 | |
|  testpaths = [
 | |
|      "tests"
 | |
|  ]
 |