pythonPackages.sfepy: 2019.2 -> 2019.4

- Bump the version number to fix incompatibility with Numpy 1.18.1
 - Remove broken test to fix incompatibility with Numpy 1.18.1
This commit is contained in:
Daniel Wheeler 2020-02-25 13:39:13 -05:00 committed by Frederik Rietdijk
parent f77e60466f
commit 773c84d944

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
name = "sfepy_${version}";
version = "2019.2";
version = "2019.4";
src = fetchurl {
url="https://github.com/sfepy/sfepy/archive/release_${version}.tar.gz";
sha256 = "17dj0wbchcfa6x27yx4d4jix4z4nk6r2640xkqcsw0mf62x5l1pj";
sha256 = "1l9vgcw09l6bwhgfzlbn68fzpvns25r6nkd1pcp7hz5165hs6zzn";
};
propagatedBuildInputs = [
@ -33,6 +33,7 @@ buildPythonPackage rec {
postPatch = ''
# broken test
rm tests/test_homogenization_perfusion.py
rm tests/test_splinebox.py
# slow tests
rm tests/test_input_*.py