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.
This commit is contained in:
Thomas Waldmann 2025-10-31 15:37:09 +01:00
parent 05b63a41fe
commit 93cc4faa1a
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

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