From 68e5df16d219d12e809284f51c4c0d778285e1e1 Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Thu, 13 Jul 2023 12:15:21 +0200
Subject: [PATCH] update pytest readme

---
 templates/python/testing/pytest/README.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/templates/python/testing/pytest/README.md b/templates/python/testing/pytest/README.md
index 9019087..2f993bf 100644
--- a/templates/python/testing/pytest/README.md
+++ b/templates/python/testing/pytest/README.md
@@ -56,6 +56,3 @@ To display the use of pytest in your project, you can add the following badge to
     <img alt="Tested with pytest" src="https://img.shields.io/badge/Tested%20with-pytest-green">
 </a>
 ```
-
-Please note that the `src` URL in the pytest badge will need to be updated to reflect the actual
-testing status of your project in your continuous integration pipeline.
-- 
GitLab