From 5030a116d0aac9d7777aa4e997bbd8f643d0330dbee8b407d70f41a579aa0bc5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 19 Dec 2025 14:27:41 +1100 Subject: [PATCH] Add python-pytest-deadfixtures as a submodule --- .gitmodules | 3 +++ python-pytest-deadfixtures | 1 + 2 files changed, 4 insertions(+) create mode 160000 python-pytest-deadfixtures diff --git a/.gitmodules b/.gitmodules index 7d50ffc..43ac4d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -361,3 +361,6 @@ [submodule "python-pytest-flake8"] path = python-pytest-flake8 url = https://src.opensuse.org/python-pytest/python-pytest-flake8.git +[submodule "python-pytest-deadfixtures"] + path = python-pytest-deadfixtures + url = https://src.opensuse.org/python-pytest/python-pytest-deadfixtures diff --git a/python-pytest-deadfixtures b/python-pytest-deadfixtures new file mode 160000 index 0000000..f13ee49 --- /dev/null +++ b/python-pytest-deadfixtures @@ -0,0 +1 @@ +Subproject commit f13ee49e61eea34e11cb2e9036ac87695417e9b355954f62a7d175de4d4f7a8f -- 2.51.1