فهرست منبع

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",