From 8d1391256e4e681140c7817e9ed6fe0a82b0a3c0 Mon Sep 17 00:00:00 2001 From: Brian Blaylock Date: Fri, 4 Oct 2024 22:05:31 -0700 Subject: [PATCH] pytest-cov --- docs/conf.py | 5 ----- requirements-test.txt | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6d8f0154..446ea010 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -115,11 +115,6 @@ ], "header_links_before_dropdown": 4, "icon_links": [ - { - "name": "Twitter", - "url": "https://twitter.com/blaylockbk", - "icon": "fa-brands fa-twitter", - }, { "name": "GitHub", "url": "https://github.com/blaylockbk/Herbie", diff --git a/requirements-test.txt b/requirements-test.txt index e70c0b41..9955decc 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1 +1,2 @@ -pytest<8 +pytest +pytest-cov