mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-03 07:39:20 +00:00 
			
		
		
		
	Wrap test checks in bash to avoid globbing errors
This commit is contained in:
		
							
								
								
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							@@ -45,8 +45,8 @@ allowlist_externals =
 | 
			
		||||
commands =
 | 
			
		||||
    black {toxinidir}/tests/
 | 
			
		||||
    bash -c "reorder-python-imports {toxinidir}/tests/*.py --unclassifiable-application-module tox_poetry_installer"
 | 
			
		||||
    pylint --rcfile {toxinidir}/.pylintrc {toxinidir}/tests/
 | 
			
		||||
    mypy --ignore-missing-imports --no-strict-optional {toxinidir}/tests/
 | 
			
		||||
    bash -c "pylint --rcfile {toxinidir}/.pylintrc {toxinidir}/tests/*.py"
 | 
			
		||||
    bash -c "mypy --ignore-missing-imports --no-strict-optional {toxinidir}/tests/*.py"
 | 
			
		||||
 | 
			
		||||
[testenv:security]
 | 
			
		||||
description = Security checks
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user