python313Packages.pytask: remove tomli

This commit is contained in:
Fabian Affolter
2025-11-26 09:07:52 +01:00
committed by GitHub
parent 5c5be4ffa1
commit 0795377af4
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
hatchling,
hatch-vcs,
@@ -22,8 +21,8 @@
pytest-xdist,
syrupy,
git,
tomli,
}:
buildPythonPackage rec {
pname = "pytask";
version = "0.5.7";
@@ -52,8 +51,7 @@ buildPythonPackage rec {
rich
sqlalchemy
universal-pathlib
]
++ lib.optionals (pythonOlder "3.11") [ tomli ];
];
nativeCheckInputs = [
pytestCheckHook