Merge pull request #317204 from mweinelt/exceptiongroup-1.2.1
python312Packages.exceptiongroup: 1.2.0 -> 1.2.1
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "exceptiongroup";
|
||||
version = "1.2.0";
|
||||
version = "1.2.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "agronholm";
|
||||
repo = "exceptiongroup";
|
||||
rev = version;
|
||||
hash = "sha256-iGeaRVJeFAWfJpwr7N4kST7d8YxpX3WgDqQemlR0cLU=";
|
||||
hash = "sha256-87HmZsbsoV7QPHux50sYsFY2RaIc3627dH3WAwqXfQU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flit-scm ];
|
||||
@@ -28,16 +28,6 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
disabledTests =
|
||||
if pythonAtLeast "3.12" then
|
||||
[
|
||||
# https://github.com/agronholm/exceptiongroup/issues/116
|
||||
"test_deep_split"
|
||||
"test_deep_subgroup"
|
||||
]
|
||||
else
|
||||
null;
|
||||
|
||||
pythonImportsCheck = [ "exceptiongroup" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user