Skip to content

Commit 0340976

Browse files
authored
chore: add constraints file (#94)
Add constraints file to test lower bounds. These files will not be used until the noxfile is changed in googleapis/synthtool#869
1 parent a6ae523 commit 0340976

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

packages/google-cloud-dlp/testing/constraints-3.10.txt

Whitespace-only changes.

packages/google-cloud-dlp/testing/constraints-3.11.txt

Whitespace-only changes.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
8+
google-api-core==1.22.0
9+
proto-plus==0.4.0
10+
libcst==0.2.5

packages/google-cloud-dlp/testing/constraints-3.7.txt

Whitespace-only changes.

packages/google-cloud-dlp/testing/constraints-3.8.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)