mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-04 07:46:06 +00:00 
			
		
		
		
	Require locked dependencies for all envs
Gotta dogfood sometime
This commit is contained in:
		
							
								
								
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tox.ini
									
									
									
									
									
								
							@@ -4,6 +4,7 @@ isolated_build = true
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[testenv]
 | 
					[testenv]
 | 
				
			||||||
description = Run the tests
 | 
					description = Run the tests
 | 
				
			||||||
 | 
					require_locked_deps = true
 | 
				
			||||||
deps =
 | 
					deps =
 | 
				
			||||||
    pytest
 | 
					    pytest
 | 
				
			||||||
    pytest-cov
 | 
					    pytest-cov
 | 
				
			||||||
@@ -13,6 +14,7 @@ commands =
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[testenv:static]
 | 
					[testenv:static]
 | 
				
			||||||
description = Static formatting and quality enforcement
 | 
					description = Static formatting and quality enforcement
 | 
				
			||||||
 | 
					require_locked_deps = true
 | 
				
			||||||
basepython = python3.8
 | 
					basepython = python3.8
 | 
				
			||||||
ignore_errors = true
 | 
					ignore_errors = true
 | 
				
			||||||
deps =
 | 
					deps =
 | 
				
			||||||
@@ -30,6 +32,7 @@ commands =
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[testenv:static-tests]
 | 
					[testenv:static-tests]
 | 
				
			||||||
description = Static formatting and quality enforcement for the tests
 | 
					description = Static formatting and quality enforcement for the tests
 | 
				
			||||||
 | 
					require_locked_deps = true
 | 
				
			||||||
basepython = python3.8
 | 
					basepython = python3.8
 | 
				
			||||||
ingore_errors = true
 | 
					ingore_errors = true
 | 
				
			||||||
deps =
 | 
					deps =
 | 
				
			||||||
@@ -47,6 +50,7 @@ commands =
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[testenv:security]
 | 
					[testenv:security]
 | 
				
			||||||
description = Security checks
 | 
					description = Security checks
 | 
				
			||||||
 | 
					require_locked_deps = true
 | 
				
			||||||
basepython = python3.8
 | 
					basepython = python3.8
 | 
				
			||||||
ignore_errors = true
 | 
					ignore_errors = true
 | 
				
			||||||
skip_install = true
 | 
					skip_install = true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user