Skip to content

Commit eb07ac8

Browse files
merge master
2 parents 12da4cd + 036a297 commit eb07ac8

16 files changed

Lines changed: 1689 additions & 2415 deletions

File tree

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: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
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
6-
pytest-localserver
7-
pytest-timeout
8-
pytest-watch
9-
jsonschema
104
executing
115
asttokens
126
responses
13-
pysocks
14-
socksio
157
setuptools
16-
Brotli
178
docker

scripts/populate_tox/config.py

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

0 commit comments

Comments
 (0)