pythonPackages.flask_assets: fix tests (#47203)

This commit is contained in:
Andrew Dunham 2018-09-23 01:02:51 -07:00 committed by xeji
parent 3d6fbe8ee3
commit e141f7cd2f

View File

@ -9,6 +9,10 @@ buildPythonPackage rec {
sha256 = "0ivqsihk994rxw58vdgzrx4d77d7lpzjm4qxb38hjdgvi5xm4cb0";
};
patchPhase = ''
substituteInPlace tests/test_integration.py --replace 'static_path=' 'static_url_path='
'';
propagatedBuildInputs = [ flask webassets flask_script nose ];
meta = with lib; {