Skip to content

Commit 3d2313c

Browse files
committed
Follow beta/core with uv
1 parent 672335d commit 3d2313c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

requirements_test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ radon==6.0.1
66
types-python-dateutil
77
# Added for prettier
88
nodeenv==1.9.1
9+
uv==0.2.32

scripts/tests_and_coverage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ fi
2424
# Install/update dependencies
2525
pre-commit install
2626
pre-commit install-hooks
27-
pip install -r requirements_test.txt -r requirements_commit.txt
27+
pip install uv
28+
uv pip install -r requirements_test.txt -r requirements_commit.txt
2829

2930
set +u
3031

tests/INIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Once the project is ready for upload to test (i.e. version number ending in `a0`
2727

2828
Prepare:
2929

30-
- [ ] `python3 -m venv venv ; source venv/bin/activate ; pip install --upgrade pip; pip install -r requirements_test.txt ; pip install --upgrade setuptools wheel twine`
30+
- [ ] `python3 -m venv venv ; source venv/bin/activate ; pip install --upgrade pip; pip install uv; uv pip install -r requirements_test.txt ; uv pip install --upgrade setuptools wheel twine`
3131

3232
Package: (**ensure you are in your venv**)
3333

0 commit comments

Comments
 (0)