python3Packages.flax: fix build
This commit is contained in:
parent
103f592a3d
commit
ba635f7d5d
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ buildPythonPackage rec {
|
|||
|
||||
pytestFlagsArray = [
|
||||
"-W ignore::FutureWarning"
|
||||
"-W ignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
|
Loading…
Reference in a new issue