python311Packages.barectf: suppress pytest8 warnings

This commit is contained in:
Martin Weinelt
2024-03-17 22:46:28 +01:00
parent 5c91161c51
commit bb2116da7b
@@ -50,6 +50,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"-W" "ignore::pytest.PytestRemovedIn8Warning"
];
meta = with lib; {
description = "Generator of ANSI C tracers which output CTF data streams ";
homepage = "https://github.com/efficios/barectf";