Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
medvedev1088 committed Jan 20, 2022
1 parent baa79e7 commit 37d89e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ matrix:
- python: "3.9"
env: TOX_POSARGS="-e py39"
install:
- travis_retry pip install --upgrade pip
- travis_retry pip install tox
script:
- travis_wait tox $TOX_POSARGS
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def read(fname):
'google-cloud-storage==1.33.0',
'sqlalchemy==1.3.13',
'pg8000==1.13.2',
'libcst==0.3.21' # This library is a dependency for google-cloud-pubsub, starting from 0.3.22 it requires Rust, that's why we fix the version here
],
'dev': [
'pytest~=4.3.0'
Expand Down

0 comments on commit 37d89e9

Please sign in to comment.