python311Packages.barectf: suppress pytest8 warnings
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user