python312Packages.uiprotect: 6.0.2 -> 6.1.0
Diff: https://github.com/uilibs/uiprotect/compare/refs/tags/v6.0.2...v6.1.0 Changelog: https://github.com/uilibs/uiprotect/blob/refs/tags/v6.1.0/CHANGELOG.md
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "uiprotect";
|
||||
version = "6.0.2";
|
||||
version = "6.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@@ -47,7 +47,7 @@ buildPythonPackage rec {
|
||||
owner = "uilibs";
|
||||
repo = "uiprotect";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-3Dmim+wSAhco3KvtbAT/f/feNriaI22m0ml4L9SJFPs=";
|
||||
hash = "sha256-SWEWh1c5GcMrjJlcLtXScRNoem2ACGt3nFC4+ARMIIw=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
@@ -89,6 +89,12 @@ buildPythonPackage rec {
|
||||
|
||||
pytestFlagsArray = [ "--benchmark-disable" ];
|
||||
|
||||
disabledTests = [
|
||||
# https://127.0.0.1 vs https://127.0.0.1:0
|
||||
"test_base_url"
|
||||
"test_bootstrap"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "uiprotect" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user