Skip to content

Commit 40b5e94

Browse files
authored
Merge pull request #382 from segmentio/repo-sync
repo sync
2 parents 8888f69 + b241fd2 commit 40b5e94

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Gemfile.lock

100755100644
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

src/connections/sources/catalog/libraries/server/python/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ analytics.debug = True
4545
analytics.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

0 commit comments

Comments
 (0)