Skip to content

Commit a7ecb7c

Browse files
Copilotmax-wittig
authored andcommitted
chore: sync .python-version with upstream sentry
1 parent 3496a01 commit a7ecb7c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ venv
99
.vscode/
1010
# Fetched from upstream
1111
tests/conftest.py
12+
.python-version

.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
# Likewise, their root-level conftest is not provided as a pytest plugin for
77
# use outside their own tests, but we need their fixtures. We fetch them into
88
# our own namespace here.
9+
# We also sync the Python version from upstream to ensure compatibility.
910
deps:
1011
git submodule update --init
1112
poetry run pip install -r deps/sentry/requirements-dev-frozen.txt -e deps/sentry
1213
cp -f deps/sentry/tests/conftest.py tests/conftest.py
14+
cp -f deps/sentry/.python-version .python-version
1315

1416
clean:
1517
rm -rf *.egg-info src/*.egg-info

0 commit comments

Comments
 (0)