File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
pipelines/templates/variables
tools/azure-sdk-tools/azpysdk Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 356356 " nbsp" ,
357357 " noarch" ,
358358 " NOPERM" ,
359+ " norecursedirs" ,
359360 " northcentralus" ,
360361 " nspkg" ,
361362 " OAEP" ,
Original file line number Diff line number Diff line change 11variables :
2- PythonVersion : ' 3.9 '
2+ PythonVersion : ' 3.10 '
33 skipComponentGovernanceDetection : true
44 AzureSDKCondaChannel : https://azuresdkconda.blob.core.windows.net/channel1/
55 Package.EnableSBOMSigning : true
Original file line number Diff line number Diff line change 1414from ci_tools .environment_exclusions import is_check_enabled , is_typing_ignored
1515from ci_tools .logging import logger
1616
17- PYTHON_VERSION = "3.9 "
17+ PYTHON_VERSION = "3.10 "
1818MYPY_VERSION = "1.14.1"
1919ADDITIONAL_LOCKED_DEPENDENCIES = [
2020 "types-chardet==5.0.4.6" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ extends:
3232 TestProxy : true
3333 BuildDocs : true
3434 TestTimeoutInMinutes : 60
35- PythonVersionForAnalyze : ' 3.10'
3635 # The job "Test ubuntu2404_pypy39" in the "python - agentserver" pipeline hangs and eventually times out.
3736 # Disable it until the issue is understood.
3837 MatrixConfigs :
Original file line number Diff line number Diff line change 11[tool:pytest]
2- norecursedirs = models
2+ norecursedirs = models
3+
4+ [tool.mypy]
5+ # Exclude any directory that starts with `venv` or `.venv` anywhere in the tree
6+ exclude = " (^|/)(\.?venv[^/]*)(/|$)"
You can’t perform that action at this time.
0 commit comments