File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 99.vscode /
1010# Fetched from upstream
1111tests /conftest.py
12+ .python-version
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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.
910deps :
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
1416clean :
1517 rm -rf * .egg-info src/* .egg-info
You can’t perform that action at this time.
0 commit comments