python3Packages.deprecated: fix build

This commit is contained in:
Jan Tojnar 2019-12-02 19:24:31 +01:00
parent 5350db96e2
commit 9fe1b95c3d
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -10,11 +10,6 @@ buildPythonPackage rec {
sha256 = "408038ab5fdeca67554e8f6742d1521cd3cd0ee0ff9d47f29318a4f4da31c308";
};
postPatch = ''
# odd broken tests, don't appear in GitHub repo
rm tests/demo_classic_usage*.py
'';
propagatedBuildInputs = [ wrapt ];
checkInputs = [ pytest ];
meta = with stdenv.lib; {