File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
src/connections/sources/catalog/libraries/server/python Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,12 @@ GEM
104
104
mercenary (0.4.0 )
105
105
mini_portile2 (2.8.0 )
106
106
multipart-post (2.1.1 )
107
- nokogiri (1.13.4 )
107
+ nokogiri (1.13.6 )
108
108
mini_portile2 (~> 2.8.0 )
109
109
racc (~> 1.4 )
110
- nokogiri (1.13.4 -x86_64-darwin )
110
+ nokogiri (1.13.6 -x86_64-darwin )
111
111
racc (~> 1.4 )
112
- nokogiri (1.13.4 -x86_64-linux )
112
+ nokogiri (1.13.6 -x86_64-linux )
113
113
racc (~> 1.4 )
114
114
pathutil (0.16.2 )
115
115
forwardable-extended (~> 2.6 )
Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ analytics.debug = True
45
45
analytics.on_error = on_error
46
46
```
47
47
48
+ If you don't want to send information to Segment during testing, add the following code to your test:
49
+
50
+ ``` python
51
+ analytics.send = False
52
+ ```
53
+
48
54
** Using Django?** Check out the [ Django docs] ( /docs/connections/sources/catalog/libraries/server/python/#django ) .
49
55
50
56
## Identify
You can’t perform that action at this time.
0 commit comments