Skip to content

Commit

Permalink
Also update test
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Apr 12, 2024
1 parent 2921123 commit 989f3f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,15 @@ clean:
update-project-template:
npx update-template https://github.com/googlefonts/googlefonts-project-template/

update: venv
update: venv venv-test
venv/bin/pip install --upgrade pip-tools
# See https://pip-tools.readthedocs.io/en/latest/#a-note-on-resolvers for
# the `--resolver` flag below.
venv/bin/pip-compile --upgrade --resolver=backtracking requirements.in
venv/bin/pip-sync requirements.txt

venv-test/bin/pip install --upgrade pip-tools
# See https://pip-tools.readthedocs.io/en/latest/#a-note-on-resolvers for
# the `--resolver` flag below.
venv-test/bin/pip-compile --upgrade --resolver=backtracking requirements-test.in
venv-test/bin/pip-sync requirements-test.txt
2 changes: 2 additions & 0 deletions requirements-test.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fontbakery[googlefonts]>=0.9.2
gftools[qa]>=0.9.23
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fontbakery[googlefonts]>=0.11.2
gftools[qa]>=0.9.54
# Placeholder file, update the requirements by running `make update`.
-r requirements-test.in

0 comments on commit 989f3f6

Please sign in to comment.