forked from mirrors/nixpkgs
python3Packages.sfepy: 2022.3 -> 2023.1
This commit is contained in:
parent
e534047e2d
commit
7afe3ce0b0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue