Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 126d5f6

Browse files
ronnathanielranrib
andauthored
removed events, modules, test, and readme mention (#326)
Co-authored-by: Ran Ribenzaft <[email protected]>
1 parent 174955c commit 126d5f6

4 files changed

Lines changed: 0 additions & 162 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ Epsagon provides out-of-the-box instrumentation (tracing) for many popular frame
443443
|botocore (boto3) |`>=1.4.0` |
444444
|azure.cosmos |`>=4.0.0` |
445445
|celery |`>=4.0.0` |
446-
|grpc |`>=0.3-10` |
447446
|greengrasssdk |`>=1.4.0` |
448447
|SQLAlchemy |`>=1.2.0` |
449448
|kafka-python |`>=1.4.0` |

epsagon/events/grpc.py

Lines changed: 0 additions & 118 deletions
This file was deleted.

epsagon/modules/grpc.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

tests/test_modules.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import mock
22

33
from epsagon.modules.botocore import _wrapper as _botocore_wrapper
4-
from epsagon.modules.grpc import _wrapper as _grpc_wrapper
54
from epsagon.modules.requests import _wrapper as _request_wrapper
65
from epsagon.modules.pymongo import _wrapper as _pymongo_wrapper
76
from epsagon.trace import trace_factory
@@ -48,14 +47,6 @@ def test_pymongo_wrapper_failsafe(_):
4847
_test(_pymongo_wrapper)
4948

5049

51-
@mock.patch('epsagon.events.grpc.GRPCEventFactory.create_event',
52-
side_effect=raise_exception)
53-
def test_grpc_wrapper_failsafe(_):
54-
"""Validates that the GRPC wrapper is not raising any exception to
55-
the user."""
56-
_test(_grpc_wrapper)
57-
58-
5950
@mock.patch('epsagon.events.botocore.BotocoreEventFactory.create_event',
6051
side_effect=raise_exception)
6152
def test_botocore_wrapper_failsafe(_):

0 commit comments

Comments
 (0)