From b05ee9c6504b4a55a1ea11de0c30e1315a11e44eea472f57a65c70d899952775 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 5 Jan 2026 11:55:07 +1100 Subject: [PATCH] Add python-pytest-lazy-fixtures as a submodule --- .gitmodules | 3 +++ python-pytest-lazy-fixtures | 1 + 2 files changed, 4 insertions(+) create mode 160000 python-pytest-lazy-fixtures diff --git a/.gitmodules b/.gitmodules index 989ab2c..3d04775 100644 --- a/.gitmodules +++ b/.gitmodules @@ -367,3 +367,6 @@ [submodule "python-pytest-fixture-classes"] path = python-pytest-fixture-classes url = https://src.opensuse.org/python-pytest/python-pytest-fixture-classes +[submodule "python-pytest-lazy-fixtures"] + path = python-pytest-lazy-fixtures + url = https://src.opensuse.org/python-pytest/python-pytest-lazy-fixtures diff --git a/python-pytest-lazy-fixtures b/python-pytest-lazy-fixtures new file mode 160000 index 0000000..41a87e3 --- /dev/null +++ b/python-pytest-lazy-fixtures @@ -0,0 +1 @@ +Subproject commit 41a87e38ec554450751f43132e82424012c6405a6e70c7ee4b1c0ac0e190be45 -- 2.51.1