Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 05b1b99

Browse files
authored
Fix stackdriver tests (#921)
Fixes #905 by pinning rsa for unsupported python versions.
1 parent c2bd5b0 commit 05b1b99

File tree

3 files changed

+2260
-2260
lines changed

3 files changed

+2260
-2260
lines changed

contrib/opencensus-ext-stackdriver/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
install_requires=[
4242
'google-cloud-monitoring >= 0.30.0, < 1.0.0',
4343
'google-cloud-trace >= 0.20.0, < 1.0.0',
44+
'rsa <= 4.0; python_version<="3.4"',
4445
'opencensus >= 0.8.dev0, < 1.0.0',
4546
],
4647
extras_require={},

0 commit comments

Comments
 (0)