python3Packages.pytest-unmagic: add update script

This commit is contained in:
jopejoe1
2025-07-16 19:10:57 +02:00
parent 620dda239e
commit 2c9de9e1f1
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
gitUpdater,
flit-core,
pytest,
}:
@@ -29,6 +30,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "unmagic" ];
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = {
description = "Pytest fixtures with conventional import semantics";
homepage = "https://github.com/dimagi/pytest-unmagic";