Merge pull request #118720 from dotlambda/transitions-0.8.8

python3Packages.transitions: 0.8.7 -> 0.8.8
This commit is contained in:
Sandro 2021-04-07 15:52:39 +02:00 committed by GitHub
commit 015a720046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,15 +7,16 @@
, mock , mock
, graphviz , graphviz
, pycodestyle , pycodestyle
, fontconfig
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "transitions"; pname = "transitions";
version = "0.8.7"; version = "0.8.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "8c60ec0828cd037820726283cad5d4d77a5e31514e058b51250420e9873e9bc7"; sha256 = "sha256-56hrMaFhp2Ez8Ymzrp2tJ1WoDqTB4O7hgFZI0CH7Z30=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -30,10 +31,9 @@ buildPythonPackage rec {
pycodestyle pycodestyle
]; ];
disabledTests = [ preCheck = ''
# Fontconfig error: Cannot load default config file export FONTCONFIG_FILE=${fontconfig.out}/etc/fonts/fonts.conf
"test_diagram" '';
];
meta = with lib; { meta = with lib; {
homepage = "https://github.com/pytransitions/transitions"; homepage = "https://github.com/pytransitions/transitions";