From 04926d9334c6ed1927a288d4e60409a81bf0f2d7 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 5 Apr 2024 08:44:53 +0200 Subject: [PATCH] overrides: add pytest-md --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index c42c26d..86b5aa5 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -16133,6 +16133,9 @@ "setuptools", "setuptools-scm" ], + "pytest-md": [ + "setuptools" + ], "pytest-metadata": [ "hatch-vcs", "hatchling",