Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better testing #78

Merged
merged 3 commits into from
Nov 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use tox-uv
tomkins committed Nov 8, 2024
commit f1a1cd0d8a6bcc679e1b60d460e338051c208d7f
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -37,5 +37,5 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('.nvmrc', 'package.json', 'package-lock.json') }}
- name: Run tests
run: |
pip install $(grep "^tox==" requirements/local.txt)
pip install $(grep -E "^(tox|tox-uv)==" requirements/local.txt)
tox -e ${{ matrix.testenv }}
1 change: 1 addition & 0 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r testing.txt

tox==4.23.2
tox-uv==1.16.0
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -32,5 +32,5 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('.nvmrc', 'package.json', 'package-lock.json') }}
- name: Run tests
run: |
pip install $(grep "^tox==" requirements/local.txt)
pip install $(grep -E "^(tox|tox-uv)==" requirements/local.txt)
tox
1 change: 1 addition & 0 deletions {{cookiecutter.project_slug}}/requirements/local.txt
Original file line number Diff line number Diff line change
@@ -2,3 +2,4 @@

ipdb==0.13.13
tox==4.23.2
tox-uv==1.16.0