mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-04 07:46:06 +00:00 
			
		
		
		
	Update tox config to use new plugin config option
This commit is contained in:
		
							
								
								
									
										8
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								tox.ini
									
									
									
									
									
								
							@@ -5,7 +5,7 @@ isolated_build = true
 | 
				
			|||||||
[testenv]
 | 
					[testenv]
 | 
				
			||||||
description = Run the tests
 | 
					description = Run the tests
 | 
				
			||||||
require_locked_deps = true
 | 
					require_locked_deps = true
 | 
				
			||||||
deps =
 | 
					locked_deps =
 | 
				
			||||||
    pytest
 | 
					    pytest
 | 
				
			||||||
    pytest-cov
 | 
					    pytest-cov
 | 
				
			||||||
    toml
 | 
					    toml
 | 
				
			||||||
@@ -18,7 +18,7 @@ basepython = python3.8
 | 
				
			|||||||
platform = linux
 | 
					platform = linux
 | 
				
			||||||
ignore_errors = true
 | 
					ignore_errors = true
 | 
				
			||||||
require_locked_deps = true
 | 
					require_locked_deps = true
 | 
				
			||||||
deps =
 | 
					locked_deps =
 | 
				
			||||||
    pylint
 | 
					    pylint
 | 
				
			||||||
    mypy
 | 
					    mypy
 | 
				
			||||||
    black
 | 
					    black
 | 
				
			||||||
@@ -46,7 +46,7 @@ basepython = python3.8
 | 
				
			|||||||
platform = linux
 | 
					platform = linux
 | 
				
			||||||
ingore_errors = true
 | 
					ingore_errors = true
 | 
				
			||||||
require_locked_deps = true
 | 
					require_locked_deps = true
 | 
				
			||||||
deps =
 | 
					locked_deps =
 | 
				
			||||||
    pylint
 | 
					    pylint
 | 
				
			||||||
    mypy
 | 
					    mypy
 | 
				
			||||||
    black
 | 
					    black
 | 
				
			||||||
@@ -69,7 +69,7 @@ basepython = python3.8
 | 
				
			|||||||
platform = linux
 | 
					platform = linux
 | 
				
			||||||
ingore_errors = true
 | 
					ingore_errors = true
 | 
				
			||||||
require_locked_deps = true
 | 
					require_locked_deps = true
 | 
				
			||||||
deps =
 | 
					locked_deps =
 | 
				
			||||||
    bandit
 | 
					    bandit
 | 
				
			||||||
    safety
 | 
					    safety
 | 
				
			||||||
    poetry
 | 
					    poetry
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user