Skip to content

Commit 8273b32

Browse files
committed
Make CI pass temporarily
1 parent dc3f025 commit 8273b32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# TODO switch back to elastic-transport>=8,<9 between elastic-transport release and elasticsearch-py release
2-
elastic-transport @ git+https://github.com/elastic/elastic-transport-python
1+
# TODO switch back to elastic-transport>=8.13,<9 between elastic-transport release and elasticsearch-py release
2+
elastic-transport @ git+https://github.com/pquentin/elastic-transport-python@otel-elasticsearch-py
33
requests>=2, <3
44
aiohttp
55
pytest

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
if package == package_name or package.startswith(package_name + ".")
5252
]
5353

54-
# TODO switch back to elastic-transport>=8,<9 between elastic-transport release and elasticsearch-py release
54+
# TODO switch back to elastic-transport>=8.13,<9 between elastic-transport release and elasticsearch-py release
5555
install_requires = [
56-
"elastic-transport @ git+https://github.com/elastic/elastic-transport-python"
56+
"elastic-transport @ git+https://github.com/pquentin/elastic-transport-python@otel-elasticsearch-py"
5757
]
5858
async_requires = ["aiohttp>=3,<4"]
5959

0 commit comments

Comments
 (0)