python3Packages.flax: fix build

main
Samuel Ainsworth 2 years ago
parent 103f592a3d
commit ba635f7d5d
  1. 1
      pkgs/development/python-modules/flax/default.nix

@ -45,6 +45,7 @@ buildPythonPackage rec {
pytestFlagsArray = [
"-W ignore::FutureWarning"
"-W ignore::DeprecationWarning"
];
disabledTestPaths = [

Loading…
Cancel
Save