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
104104 mercenary (0.4.0 )
105105 mini_portile2 (2.8.0 )
106106 multipart-post (2.1.1 )
107- nokogiri (1.13.4 )
107+ nokogiri (1.13.6 )
108108 mini_portile2 (~> 2.8.0 )
109109 racc (~> 1.4 )
110- nokogiri (1.13.4 -x86_64-darwin )
110+ nokogiri (1.13.6 -x86_64-darwin )
111111 racc (~> 1.4 )
112- nokogiri (1.13.4 -x86_64-linux )
112+ nokogiri (1.13.6 -x86_64-linux )
113113 racc (~> 1.4 )
114114 pathutil (0.16.2 )
115115 forwardable-extended (~> 2.6 )
Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ analytics.debug = True
4545analytics.on_error = on_error
4646```
4747
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+
4854** Using Django?** Check out the [ Django docs] ( /docs/connections/sources/catalog/libraries/server/python/#django ) .
4955
5056## Identify
You can’t perform that action at this time.
0 commit comments