mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 18:07:44 +03:00 
			
		
		
		
	Fix PyPy test runs in tox
This commit is contained in:
		
							parent
							
								
									d635708a2a
								
							
						
					
					
						commit
						11cf80c6d0
					
				
							
								
								
									
										19
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								tox.ini
									
									
									
									
									
								
							| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
[tox]
 | 
					[tox]
 | 
				
			||||||
parallel_show_output = true
 | 
					parallel_show_output = true
 | 
				
			||||||
envlist=
 | 
					envlist=
 | 
				
			||||||
    coveralls, pylint, flake8, pydocstyle, pydantic-v1, pydantic-v2, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy3.9, pypy3.10
 | 
					    coveralls, pylint, flake8, pydocstyle, pydantic-v1, pydantic-v2, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy3.9, pypy3.10, pypy3.11
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv]
 | 
					[testenv]
 | 
				
			||||||
deps=
 | 
					deps=
 | 
				
			||||||
| 
						 | 
					@ -20,7 +20,6 @@ deps=
 | 
				
			||||||
extras=
 | 
					extras=
 | 
				
			||||||
    yaml
 | 
					    yaml
 | 
				
			||||||
commands = pytest
 | 
					commands = pytest
 | 
				
			||||||
python_files = test_*_py3*.py
 | 
					 | 
				
			||||||
setenv =
 | 
					setenv =
 | 
				
			||||||
    COVERAGE_RCFILE = pyproject.toml
 | 
					    COVERAGE_RCFILE = pyproject.toml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -61,22 +60,6 @@ commands=
 | 
				
			||||||
    coverage report
 | 
					    coverage report
 | 
				
			||||||
    coveralls
 | 
					    coveralls
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[testenv:pypy3.9]
 | 
					 | 
				
			||||||
deps=
 | 
					 | 
				
			||||||
    pytest
 | 
					 | 
				
			||||||
    pytest-asyncio
 | 
					 | 
				
			||||||
    httpx
 | 
					 | 
				
			||||||
    flask
 | 
					 | 
				
			||||||
    pydantic-settings
 | 
					 | 
				
			||||||
    werkzeug
 | 
					 | 
				
			||||||
    fastapi
 | 
					 | 
				
			||||||
    boto3
 | 
					 | 
				
			||||||
    mypy_boto3_s3
 | 
					 | 
				
			||||||
extras=
 | 
					 | 
				
			||||||
    yaml
 | 
					 | 
				
			||||||
commands = pytest
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[testenv:pylint]
 | 
					[testenv:pylint]
 | 
				
			||||||
deps=
 | 
					deps=
 | 
				
			||||||
    pylint
 | 
					    pylint
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user