summarylogtreecommitdiffstats
path: root/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Suppress-dependency-versions-which-are-known-to-be-t.patch')
-rw-r--r--0001-Suppress-dependency-versions-which-are-known-to-be-t.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch b/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
deleted file mode 100644
index 029859535e95..000000000000
--- a/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index e2296a3c..59923b0a 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -30,12 +30,12 @@ clikit = "^0.6.2"
- crashtest = { version = "^0.3.0", python = "^3.6" }
- requests = "^2.18"
- cachy = "^0.3.0"
--requests-toolbelt = "^0.8.0"
-+requests-toolbelt = "*"
- cachecontrol = { version = "^0.12.4", extras = ["filecache"] }
- pkginfo = "^1.4"
- html5lib = "^1.0"
- shellingham = "^1.1"
--tomlkit = ">=0.7.0,<1.0.0"
-+tomlkit = "*"
- pexpect = "^4.7.0"
- packaging = "^20.4"
- virtualenv = { version = "^20.0.26" }
-@@ -51,20 +51,13 @@ futures = { version = "^3.3.0", python = "~2.7" }
- glob2 = { version = "^0.6", python = "~2.7" }
- # functools32 is needed for Python 2.7
- functools32 = { version = "^3.2.3", python = "~2.7" }
--keyring = [
-- { version = "^18.0.1", python = "~2.7" },
-- { version = "^20.0.1", python = "~3.5" },
-- { version = "^21.2.0", python = "^3.6" }
--]
-+keyring = "*"
- # Use subprocess32 for Python 2.7
- subprocess32 = { version = "^3.5", python = "~2.7" }
- importlib-metadata = {version = "^1.6.0", python = "<3.8"}
-
- [tool.poetry.dev-dependencies]
--pytest = [
-- {version = "^4.1", python = "<3.5"},
-- {version = "^5.4.3", python = ">=3.5"}
--]
-+pytest = "*"
- pytest-cov = "^2.5"
- pytest-mock = "^1.9"
- pre-commit = { version = "^2.6", python = "^3.6.1" }