Merge pull request #201046 from tjni/rich-update

python310Packages.rich: 12.5.1 -> 12.6.0
This commit is contained in:
Robert Scott 2022-11-16 21:06:00 +00:00 committed by GitHub
commit 524f4419b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
{ lib
, stdenv
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
@ -19,7 +18,7 @@
buildPythonPackage rec {
pname = "rich";
version = "12.5.1";
version = "12.6.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -27,7 +26,7 @@ buildPythonPackage rec {
owner = "Textualize";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FjzvFx+A4DS2XeKBZ2DGRqudvH22AUSQJnIxKs2O0AU=";
hash = "sha256-g3tXftEoBCJ1pMdLyDBXQvY9haGMQkuY1/UBOtUqrLE=";
};
nativeBuildInputs = [ poetry-core ];
@ -45,11 +44,6 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = lib.optionals stdenv.isDarwin [
# darwin console duplicates 3 of 4 lines
"test_rich_console_ex"
];
pythonImportsCheck = [ "rich" ];
passthru.tests = {