Browse Source

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 month ago
parent
commit
93cc4faa1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

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