Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore: add constraints file (#26)
Browse files Browse the repository at this point in the history
Add constraints file to test lower bounds. See googleapis/synthtool#869.
  • Loading branch information
parthea committed Mar 30, 2021
1 parent 8838941 commit 2e1b36e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
Empty file added testing/constraints-3.10.txt
Empty file.
Empty file added testing/constraints-3.11.txt
Empty file.
10 changes: 10 additions & 0 deletions testing/constraints-3.6.txt
@@ -0,0 +1,10 @@
# 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-api-core==1.22.0
libcst==0.2.5
proto-plus==1.4.0
Empty file added testing/constraints-3.7.txt
Empty file.
Empty file added testing/constraints-3.8.txt
Empty file.

0 comments on commit 2e1b36e

Please sign in to comment.