Skip to content

Commit b4bd12f

Browse files
committed
Tweak tox/testing deps
1 parent a985556 commit b4bd12f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
40-
pip install "psycopg2>=2.9"
4140
pip install "git+https://github.com/wagtail/wagtail.git@main#egg=wagtail"
4241
pip install -e .[testing]
4342
- name: Test

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies = [
3535
testing = [
3636
"coverage>=7.14.0",
3737
"tox>=4.54.0",
38+
"psycopg"
3839
]
3940
linting = [
4041
"pre-commit>=4.6.0",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
min_version = 4.22
2+
min_version = 4.30
33

44
env_list =
55
python{3.11}-dj52-wagtail70

0 commit comments

Comments
 (0)