Merge pull request #121133 from fabaff/bump-pyairvisual

python3Packages.pyairvisual: 5.0.7 -> 5.0.8

Changed files
+4 -4
pkgs
development
python-modules
pyairvisual
+4 -4
pkgs/development/python-modules/pyairvisual/default.nix
···
buildPythonPackage rec {
pname = "pyairvisual";
-
version = "5.0.7";
+
version = "5.0.8";
format = "pyproject";
disabled = pythonOlder "3.6";
···
owner = "bachya";
repo = pname;
rev = version;
-
sha256 = "sha256-r/AJl36dv6+C92tc3kpX4/VzG69qdh4ERCyQxDOHdVU=";
+
sha256 = "sha256-QgMc0O5jk5LgKQg9ZMCZd3dNLv1typm1Rp2u8kSsqYk=";
};
nativeBuildInputs = [ poetry-core ];
···
pytestCheckHook
];
-
# Ignore the examples as they are prefixed with test_
-
pytestFlagsArray = [ "--ignore examples/" ];
+
disabledTestPaths = [ "examples/" ];
+
pythonImportsCheck = [ "pyairvisual" ];
meta = with lib; {