python3Packages.deprecated: fix build
This commit is contained in:
parent
5350db96e2
commit
9fe1b95c3d
@ -10,11 +10,6 @@ buildPythonPackage rec {
|
|||||||
sha256 = "408038ab5fdeca67554e8f6742d1521cd3cd0ee0ff9d47f29318a4f4da31c308";
|
sha256 = "408038ab5fdeca67554e8f6742d1521cd3cd0ee0ff9d47f29318a4f4da31c308";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
# odd broken tests, don't appear in GitHub repo
|
|
||||||
rm tests/demo_classic_usage*.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ wrapt ];
|
propagatedBuildInputs = [ wrapt ];
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user