Skip to content

Commit f0d8b50

Browse files
merge master
2 parents 9b5f54f + 5e2c658 commit f0d8b50

21 files changed

Lines changed: 1528 additions & 2228 deletions

docs/_static/.gitkeep

Whitespace-only changes.

docs/_static/logo-dark.svg

Lines changed: 42 additions & 0 deletions
Loading

docs/_static/logo-light.svg

Lines changed: 41 additions & 0 deletions
Loading

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@
9595
# documentation.
9696
#
9797
html_theme_options = {
98+
"light_logo": "_static/logo-light.svg",
99+
"dark_logo": "_static/logo-dark.svg",
98100
"github_url": "https://github.com/getsentry/sentry-python",
99101
}
100102

requirements-testing.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
pip
21
pytest>=6.0.0
3-
tomli;python_version<"3.11" # Only needed for pytest on Python < 3.11
42
pytest-cov
53
pytest-forked
4+
<<<<<<< HEAD
65
pytest-localserver
76
pytest-watch
87
jsonschema
8+
=======
9+
pytest-timeout
10+
>>>>>>> master
911
executing
1012
asttokens
1113
responses
12-
pysocks
13-
socksio
1414
httpcore[http2]
1515
setuptools
16-
Brotli
1716
docker

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
"deps": {
434434
"*": ["websockets<11.0", "aiohttp"],
435435
">=22": ["sanic-testing"],
436-
"py3.6": ["aiocontextvars==0.2.1"],
436+
"py3.6": ["aiocontextvars==0.2.1", "dataclasses"],
437437
"py3.8": ["tracerite<1.1.2"],
438438
},
439439
"num_versions": 4,

scripts/populate_tox/package_dependencies.jsonl

Lines changed: 19 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)