From fa59c1ecf98d06cbfa459f9087d3850355433341 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 31 Mar 2025 09:41:15 -0500 Subject: [PATCH] remove findimports req, remove comment from test_circup --- requirements.txt | 1 - tests/test_circup.py | 3 --- 2 files changed, 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 52b662f..43a0c36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ appdirs Click -findimports requests semver toml diff --git a/tests/test_circup.py b/tests/test_circup.py index 50471f0..fedffb0 100644 --- a/tests/test_circup.py +++ b/tests/test_circup.py @@ -1311,6 +1311,3 @@ def test_install_auto_file_bad(): ], ) assert result.exit_code == 2 - - -# test_install_auto_file_good ?