pythonPackages.smart_open: remove stale substituteInPlace
This commit is contained in:
parent
c602ee9bc9
commit
c5473c8aa1
@ -21,11 +21,6 @@ buildPythonPackage rec {
|
|||||||
sha256 = "26af5c1a3f2b76aab8c3200310f0fc783790ec5a231ffeec102e620acdd6262e";
|
sha256 = "26af5c1a3f2b76aab8c3200310f0fc783790ec5a231ffeec102e620acdd6262e";
|
||||||
};
|
};
|
||||||
|
|
||||||
# nixpkgs version of moto is >=1.2.0, remove version pin to fix build
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace ./setup.py --replace "moto==0.4.31" "moto"
|
|
||||||
'';
|
|
||||||
|
|
||||||
# moto>=1.0.0 is backwards-incompatible and some tests fail with it,
|
# moto>=1.0.0 is backwards-incompatible and some tests fail with it,
|
||||||
# so disable tests for now
|
# so disable tests for now
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user