diff --git a/templates/python/testing/pytest/README.md b/templates/python/testing/pytest/README.md index 9019087500d49d95a46c456209dff0c9b96203de..2f993bfa579c7cccba3fd286093110811eac52ed 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.