Skip to content

Commit

Permalink
Fix stackdriver tests (#921)
Browse files Browse the repository at this point in the history
Fixes #905 by pinning rsa for unsupported python versions.
  • Loading branch information
aabmass authored Jun 24, 2020
1 parent c2bd5b0 commit 05b1b99
Show file tree
Hide file tree
Showing 3 changed files with 2,260 additions and 2,260 deletions.
1 change: 1 addition & 0 deletions contrib/opencensus-ext-stackdriver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
install_requires=[
'google-cloud-monitoring >= 0.30.0, < 1.0.0',
'google-cloud-trace >= 0.20.0, < 1.0.0',
'rsa <= 4.0; python_version<="3.4"',
'opencensus >= 0.8.dev0, < 1.0.0',
],
extras_require={},
Expand Down
Loading

0 comments on commit 05b1b99

Please sign in to comment.