Combine channel and managed values manager

This commit is contained in:
Nuno Campos
2024-08-21 13:30:18 -07:00
parent 14ec51601c
commit e76f4cc434
10 changed files with 213 additions and 227 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ omit = ["tests/*"]
[tool.pytest-watcher]
now = true
delay = 0.1
runner_args = ["--ff", "-v", "-n", "auto", "--dist", "worksteal", "--snapshot-update", "--tb", "short"]
runner_args = ["--ff", "-v", "-x", "-n", "auto", "--dist", "worksteal", "--snapshot-update", "--tb", "short"]
patterns = ["*.py"]
[build-system]