浏览代码

coverage: disable no-ctracer warning

On a BSD vagrant box, it spams us with these warnings...

It also works without the c-tracer, just slower.
Thomas Waldmann 1 月之前
父节点
当前提交
93cc4faa1a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -264,7 +264,7 @@ labels = ["lint"]
 
 [tool.coverage.run]
 branch = true
-disable_warnings = ["module-not-measured"]
+disable_warnings = ["module-not-measured", "no-ctracer"]
 source = ["src/borg"]
 omit = [
     "*/borg/__init__.py",