forked from mirrors/nixpkgs
python3Packages.trio: fix python310 by not treating deprecation warnings as errors in tests
This commit is contained in:
parent
d36d401087
commit
2f76e57f6a
|
@ -37,6 +37,10 @@ buildPythonPackage rec {
|
|||
"fallback_when_no_hook_claims_it"
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"-W" "ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
attrs
|
||||
sortedcontainers
|
||||
|
|
Loading…
Reference in a new issue