python312Packages.openhomedevice: 2.3 -> 2.3.1
https://github.com/bazwilliams/openhomedevice/releases/tag/2.3.1
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "openhomedevice";
|
||||
version = "2.3";
|
||||
version = "2.3.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "bazwilliams";
|
||||
repo = "openhomedevice";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-q8UG+PYtJ7lLlnw2Rt5O/SxOrUtYmwO1cEG1WocaQ7M=";
|
||||
hash = "sha256-u05aciRFCnqMJRClUMApAPDLpXOKn4wUTLgvR7BVZTA=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -36,12 +36,6 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/bazwilliams/openhomedevice/issues/23
|
||||
"test_two"
|
||||
"test_three"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "openhomedevice" ];
|
||||
|
||||
pytestFlagsArray = [ "tests/*.py" ];
|
||||
|
||||
Reference in New Issue
Block a user