Skip to content

Commit 4439d33

Browse files
committed
Back on development
1 parent 9954902 commit 4439d33

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install -U --upgrade-strategy=eager -e .[testing]
27+
pip install git+https://github.com/TurboGears/crank.git
28+
pip install git+https://github.com/TurboGears/backlash.git
29+
pip install git+https://github.com/TurboGears/Ming.git || true
30+
pip install repoze.who
31+
pip install -U --upgrade-strategy=eager --pre -e .[testing]
2832
pip install pytest-cov
2933
- name: Run Tests
3034
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "TurboGears2"
7-
version = "2.5.0"
7+
version = "2.5.0dev1"
88
description = "Next generation TurboGears"
99
readme = { file = "README.rst", content-type = "text/x-rst" }
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)