Merge pull request #236113 from wd15/sfepy-2023.1

python3Packages.sfepy: 2022.3 -> 2023.1
This commit is contained in:
Martin Weinelt 2023-06-07 00:48:46 +02:00 committed by GitHub
commit cf842c1b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "sfepy";
version = "2022.3";
version = "2023.1";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "sfepy";
repo = "sfepy";
rev = "release_${version}";
hash = "sha256-6AhyO6LRG6N62ZAoPCZpRKu4ZBzj9IHkurhKFIPFAJI=";
hash = "sha256-PuU6DL9zftHltpYI9VZQzKGIP8l9UUU8GVChrHtpNM0=";
};
propagatedBuildInputs = [
@ -47,9 +47,6 @@ buildPythonPackage rec {
];
postPatch = ''
# broken tests
rm sfepy/tests/test_meshio.py
# slow tests
rm sfepy/tests/test_io.py
rm sfepy/tests/test_elasticity_small_strain.py