From 1a025ed194118a60c722792889a5579a408898db Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 30 Mar 2021 03:56:02 -0600 Subject: [PATCH] chore: add constraints file (#38) Add constraints file to test lower bounds. These files will not be used until the noxfile is changed in googleapis/synthtool#869. --- .../testing/constraints-3.10.txt | 0 .../testing/constraints-3.11.txt | 0 .../testing/constraints-3.6.txt | 8 ++++++++ .../testing/constraints-3.7.txt | 0 .../testing/constraints-3.8.txt | 0 .../testing/constraints-3.9.txt | 0 6 files changed, 8 insertions(+) create mode 100644 packages/google-cloud-resource-manager/testing/constraints-3.10.txt create mode 100644 packages/google-cloud-resource-manager/testing/constraints-3.11.txt create mode 100644 packages/google-cloud-resource-manager/testing/constraints-3.6.txt create mode 100644 packages/google-cloud-resource-manager/testing/constraints-3.7.txt create mode 100644 packages/google-cloud-resource-manager/testing/constraints-3.8.txt create mode 100644 packages/google-cloud-resource-manager/testing/constraints-3.9.txt diff --git a/packages/google-cloud-resource-manager/testing/constraints-3.10.txt b/packages/google-cloud-resource-manager/testing/constraints-3.10.txt new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/packages/google-cloud-resource-manager/testing/constraints-3.11.txt b/packages/google-cloud-resource-manager/testing/constraints-3.11.txt new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/packages/google-cloud-resource-manager/testing/constraints-3.6.txt b/packages/google-cloud-resource-manager/testing/constraints-3.6.txt new file mode 100644 index 000000000000..2be64612f5c2 --- /dev/null +++ b/packages/google-cloud-resource-manager/testing/constraints-3.6.txt @@ -0,0 +1,8 @@ +# This constraints file is used to check that lower bounds +# are correct in setup.py +# List *all* library dependencies and extras in this file. +# Pin the version to the lower bound. +# +# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", +# Then this file should have foo==1.14.0 +google-cloud-core==1.1.0 \ No newline at end of file diff --git a/packages/google-cloud-resource-manager/testing/constraints-3.7.txt b/packages/google-cloud-resource-manager/testing/constraints-3.7.txt new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/packages/google-cloud-resource-manager/testing/constraints-3.8.txt b/packages/google-cloud-resource-manager/testing/constraints-3.8.txt new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/packages/google-cloud-resource-manager/testing/constraints-3.9.txt b/packages/google-cloud-resource-manager/testing/constraints-3.9.txt new file mode 100644 index 000000000000..e69de29bb2d1