Merge pull request #156742 from fabaff/bump-regenmaschine

python3Packages.regenmaschine: 2021.10.0 -> 2022.01.0
This commit is contained in:
Fabian Affolter 2022-01-26 22:03:58 +01:00 committed by GitHub
commit 3ef2493988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,15 +14,16 @@
buildPythonPackage rec {
pname = "regenmaschine";
version = "2021.10.0";
version = "2022.01.0";
format = "pyproject";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "sha256-vMXDnnIQiRuyLvem1JKop6FJ0fhwR8xP0276PdZi/QI=";
sha256 = "sha256-TPiz3d1GbcIWCKRz3Hq4JU9+df/Fw4dUXQkIM6QO1Fs=";
};
nativeBuildInputs = [
@ -42,7 +43,14 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "regenmaschine" ];
disabledTestPaths = [
# Examples are prefix with test_
"examples/"
];
pythonImportsCheck = [
"regenmaschine"
];
__darwinAllowLocalNetworking = true;