python312Packages.trio-asyncio: ignore DeprecationWarning
This commit is contained in:
@@ -45,6 +45,8 @@ buildPythonPackage rec {
|
||||
# RuntimeWarning: Can't run the Python asyncio tests because they're not installed
|
||||
"-W"
|
||||
"ignore::RuntimeWarning"
|
||||
"-W"
|
||||
"ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user