python3Packages.trio: fix python310 by not treating deprecation warnings as errors in tests

This commit is contained in:
Robert T. McGibbon 2022-01-10 16:05:54 -05:00
parent d36d401087
commit 2f76e57f6a

View File

@ -37,6 +37,10 @@ buildPythonPackage rec {
"fallback_when_no_hook_claims_it"
];
pytestFlagsArray = [
"-W" "ignore::DeprecationWarning"
];
propagatedBuildInputs = [
attrs
sortedcontainers