Skip to content

Commit

Permalink
Add Python 3.10 support during testing (GoogleCloudPlatform/httplib2s…
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Jul 12, 2022
1 parent 36f4347 commit ce55587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ipywidgets",
]
doc_requirements = ["nbsphinx", "sphinx", "sphinx_rtd_theme"]
test_requirements = ["pytest", "coverage", "pytest-cov"]
test_requirements = ["pytest", "coverage", "pytest-cov", "httplib2"]
dev_requirements = (
[
"pre-commit",
Expand Down
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import ee
import httpllib2

ee.Initialize()
ee.Initialize(http_transport=httplib2.Http())

0 comments on commit ce55587

Please sign in to comment.