mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-04 07:46:06 +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 =
 | 
					commands =
 | 
				
			||||||
    black {toxinidir}/tests/
 | 
					    black {toxinidir}/tests/
 | 
				
			||||||
    bash -c "reorder-python-imports {toxinidir}/tests/*.py --unclassifiable-application-module tox_poetry_installer"
 | 
					    bash -c "reorder-python-imports {toxinidir}/tests/*.py --unclassifiable-application-module tox_poetry_installer"
 | 
				
			||||||
    pylint --rcfile {toxinidir}/.pylintrc {toxinidir}/tests/
 | 
					    bash -c "pylint --rcfile {toxinidir}/.pylintrc {toxinidir}/tests/*.py"
 | 
				
			||||||
    mypy --ignore-missing-imports --no-strict-optional {toxinidir}/tests/
 | 
					    bash -c "mypy --ignore-missing-imports --no-strict-optional {toxinidir}/tests/*.py"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv:security]
 | 
					[testenv:security]
 | 
				
			||||||
description = Security checks
 | 
					description = Security checks
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user