Merge pull request #121133 from fabaff/bump-pyairvisual

python3Packages.pyairvisual: 5.0.7 -> 5.0.8
This commit is contained in:
Maciej Krüger 2021-04-29 10:40:20 +02:00 committed by GitHub
commit d9a852e9ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyairvisual";
version = "5.0.7";
version = "5.0.8";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "sha256-r/AJl36dv6+C92tc3kpX4/VzG69qdh4ERCyQxDOHdVU=";
sha256 = "sha256-QgMc0O5jk5LgKQg9ZMCZd3dNLv1typm1Rp2u8kSsqYk=";
};
nativeBuildInputs = [ poetry-core ];
@ -43,8 +43,8 @@ buildPythonPackage rec {
pytestCheckHook
];
# Ignore the examples as they are prefixed with test_
pytestFlagsArray = [ "--ignore examples/" ];
disabledTestPaths = [ "examples/" ];
pythonImportsCheck = [ "pyairvisual" ];
meta = with lib; {