summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsxt1001 <shixuantong1@huawei.com>2023-01-31 17:22:53 +0800
committerGitHub <noreply@github.com>2023-01-31 10:22:53 +0100
commitaacdff5b9298db2acbb5d10f0a42cb06d2c0a745 (patch)
treeb23cf9f8abb25f730eb37f7af2e1e8b893d0f8d0
parente73e873c07186120b02d24cd495671bc67db60d3 (diff)
downloadcloud-init-git-aacdff5b9298db2acbb5d10f0a42cb06d2c0a745.tar.gz
lint: remove httpretty (#1985)
Drop httpretty from list of ignored modules to type-check. This module was dropped in favor of responses.
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1a3fc176..88b350b0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,6 @@ module = [
"configobj",
"debconf",
"httplib",
- "httpretty",
"jsonpatch",
"netifaces",
"paramiko.*",