forked from elastic/apm-agent-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove elasticsearch-async tests (elastic#949)
elasticsearch-async has been deprecated and its functionality brought into elasticsearch-py proper (tests for that can be found in async_elasticsearch_client_tests.py). Since version 3.7 of aiohttp, the tests fail and can't easily be fixed. We plan to remove support for this module anyway in version 6.0 of the agent, so it's an acceptable quick fix to remove testing for the module now already.
- Loading branch information
Showing
4 changed files
with
1 addition
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
197 changes: 0 additions & 197 deletions
197
tests/instrumentation/asyncio_tests/elasticsearch_async_client_tests.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
elasticsearch>=6.0,<7.0 | ||
elasticsearch-async ; python_version >= '3.7' | ||
-r reqs-base.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
elasticsearch>=7.0,<8.0 | ||
elasticsearch-async ; python_version >= '3.7' | ||
aiohttp ; python_version >= '3.6' | ||
-r reqs-base.txt |