From 29b7dc6d4f0f868b2b256f570bce11763245625e Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 30 Sep 2021 17:59:38 +0200 Subject: [PATCH] don't install conda-verify --- bob/devtools/bootstrap.py | 4 ++-- conda/meta.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index 58afb2cd..ee74dd47 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -538,7 +538,7 @@ if __name__ == "__main__": "python", "conda=%s" % conda_version, "conda-build=%s" % conda_build_version, - "conda-verify=%s" % conda_verify_version, + # "conda-verify=%s" % conda_verify_version, "click", "twine", # required for checking readme of python (zip) distro ] @@ -556,7 +556,7 @@ if __name__ == "__main__": "python", "conda=%s" % conda_version, "conda-build=%s" % conda_build_version, - "conda-verify=%s" % conda_verify_version, + # "conda-verify=%s" % conda_verify_version, "twine", # required for checking readme of python (zip) distro ] ) diff --git a/conda/meta.yaml b/conda/meta.yaml index 6f2df955..89d30811 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -33,7 +33,7 @@ requirements: - click-plugins - conda=4 - conda-build=3 - - conda-verify=3 + # - conda-verify=3 - certifi - docformatter - pytz -- GitLab