mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[cleanup] Misc (#12238)
Authored by: StefanLobbenmeier, dirkf, Grub4K Co-authored-by: Stefan Lobbenmeier <Stefan.Lobbenmeier@gmail.com> Co-authored-by: dirkf <fieldhouse@gmx.net> Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
This commit is contained in:
		| @@ -25,7 +25,8 @@ def parse_args(): | ||||
| 
 | ||||
| 
 | ||||
| def run_tests(*tests, pattern=None, ci=False): | ||||
|     run_core = 'core' in tests or (not pattern and not tests) | ||||
|     # XXX: hatch uses `tests` if no arguments are passed | ||||
|     run_core = 'core' in tests or 'tests' in tests or (not pattern and not tests) | ||||
|     run_download = 'download' in tests | ||||
| 
 | ||||
|     pytest_args = args.pytest_args or os.getenv('HATCH_TEST_ARGS', '') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bashonly
					bashonly