File: disable-github-badges.patch

package info (click to toggle)
sortedcollections 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: python: 870; makefile: 19; sh: 9
file content (14 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/README.rst
+++ b/README.rst
@@ -21,11 +21,6 @@
 - Developed on Python 3.9
 - Tested on CPython 3.6, 3.7, 3.8, and 3.9
 
-.. image:: https://github.com/grantjenks/python-sortedcollections/workflows/integration/badge.svg
-   :target: https://github.com/grantjenks/python-sortedcollections/actions?query=workflow%3Aintegration
-
-.. image:: https://github.com/grantjenks/python-sortedcollections/workflows/release/badge.svg
-   :target: https://github.com/grantjenks/python-sortedcollections/actions?query=workflow%3Arelease
 
 Quickstart
 ----------