From 4f228b94274ed54b46cca4902c2849e23a4243fb Mon Sep 17 00:00:00 2001 From: Sebastian Pietras Date: Thu, 2 Dec 2021 21:21:46 +0100 Subject: [PATCH] Applied formatting to test WORKSPACEs (#36) --- tests/miniconda/conda/WORKSPACE | 3 ++- tests/miniconda/mamba/WORKSPACE | 3 ++- tests/miniforge/conda/WORKSPACE | 3 ++- tests/miniforge/mamba/WORKSPACE | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/miniconda/conda/WORKSPACE b/tests/miniconda/conda/WORKSPACE index c4d3d3b..d449f56 100644 --- a/tests/miniconda/conda/WORKSPACE +++ b/tests/miniconda/conda/WORKSPACE @@ -1,8 +1,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + http_archive( name = "rules_python", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz", sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz", ) local_repository( diff --git a/tests/miniconda/mamba/WORKSPACE b/tests/miniconda/mamba/WORKSPACE index ce508f0..dd7ce27 100644 --- a/tests/miniconda/mamba/WORKSPACE +++ b/tests/miniconda/mamba/WORKSPACE @@ -1,8 +1,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + http_archive( name = "rules_python", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz", sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz", ) local_repository( diff --git a/tests/miniforge/conda/WORKSPACE b/tests/miniforge/conda/WORKSPACE index 32293a9..3c8222b 100644 --- a/tests/miniforge/conda/WORKSPACE +++ b/tests/miniforge/conda/WORKSPACE @@ -1,8 +1,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + http_archive( name = "rules_python", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz", sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz", ) local_repository( diff --git a/tests/miniforge/mamba/WORKSPACE b/tests/miniforge/mamba/WORKSPACE index 34f23df..5bf73c2 100644 --- a/tests/miniforge/mamba/WORKSPACE +++ b/tests/miniforge/mamba/WORKSPACE @@ -1,8 +1,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + http_archive( name = "rules_python", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz", sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz", ) local_repository(