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 ?