Skip to content

Commit

Permalink
including fixes for making tests run again
Browse files Browse the repository at this point in the history
  • Loading branch information
gogobd committed Jul 25, 2023
1 parent f99bd04 commit ed4eb60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
cache: 'pip'
- name: Run install
run: |
_PIP_USE_IMPORTLIB_METADATA=0 make VENV_ENABLED=false install
make install
- name: Run checkers
run: |
make VENV_ENABLED=false check
make check
- name: Run tests
run: |
make VENV_ENABLED=false test
make test
4 changes: 3 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
-c https://dist.plone.org/release/6.0.5/constraints.txt
-c https://dist.plone.org/release/6.0.5/constraints.txt

pip>=23.2

0 comments on commit ed4eb60

Please sign in to comment.