aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorPatrik Teivonen <patrik.teivonen@qt.io>2022-07-18 13:58:45 +0300
committerPatrik Teivonen <patrik.teivonen@qt.io>2022-12-29 08:40:01 +0000
commit0049c1d3b60a05ecc09002d1c58d6d79676c7e5b (patch)
tree468b8f230a4fa2e8ef94630c784556465701763a /Pipfile
parent0c12aaa9da9a169d8c9606fc12bb0b8bb5a107bb (diff)
Refactor partial installer and dry-run options
Add --allow-broken-components option for partial installer creation. Skip downloading ifw tools + payload, online repo creation in dry run. Add more generic uri_exists function to replace is_content_url_valid. Add two dry run modes (--dry-run=configs|payload): - Config validation mode: check only the configuration for errors - Payload URI validation mode: in addition to the above, checks if payload archive uris exist on the server (or file system) Make these dry run options available in release_repo_updater.py and create_installer.py with a separate parser. Change-Id: Ie77cf57cbae3302ed3b9f7cd5d3a61351f0e406d Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index f7ea59c11..3ae452e1d 100644
--- a/Pipfile
+++ b/Pipfile
@@ -17,6 +17,7 @@ pywin32 = {version = "==303", os_name = "== 'nt'"}
configparser = "==5.2.0"
dataclasses = {version = "==0.8", markers="(python_version >= '3.6' and python_version < '3.7')"}
asyncio-backport = {version = "==0.1.1", markers="(python_version >= '3.6' and python_version < '3.7')"}
+requests = "==2.27.1"
[dev-packages]
ddt = "==1.6.0"
@@ -32,6 +33,7 @@ pep8-naming = "==0.13.1"
types-dataclasses = "==0.6.6"
pytest = "==7.0.1"
pytest-xdist = "==2.5.0"
+types-requests = "==2.28.2"
[requires]
python_version = "3"