We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a9f8c commit 29b2c20Copy full SHA for 29b2c20
.github/workflows/build.yml
@@ -10,8 +10,8 @@ on:
10
11
workflow_dispatch:
12
13
-env:
14
- ROBOT_CALL_TRACING_ENABLED: 1
+# env:
+# ROBOT_CALL_TRACING_ENABLED: 1
15
16
jobs:
17
test:
pyproject.toml
@@ -116,9 +116,9 @@ addopts = "-ra -vv"
116
filterwarnings = "ignore:.*Using or importing the ABCs from 'collections' instead of from 'collections.abc'.*:DeprecationWarning"
117
testpaths = ["tests"]
118
junit_suite_name = "robotcode"
119
-log_cli = true
120
-log_cli_level = 4
121
-log_cli_format = "%(levelname)s %(name)s: %(message)s"
+# log_cli = true
+# log_cli_level = 4
+# log_cli_format = "%(levelname)s %(name)s: %(message)s"
122
asyncio_mode = "auto"
123
124
[tool.isort]
0 commit comments