There was an error while loading. Please reload this page.
1 parent a985556 commit b4bd12fCopy full SHA for b4bd12f
3 files changed
.github/workflows/nightly-tests.yml
@@ -37,7 +37,6 @@ jobs:
37
- name: Install dependencies
38
run: |
39
python -m pip install --upgrade pip
40
- pip install "psycopg2>=2.9"
41
pip install "git+https://github.com/wagtail/wagtail.git@main#egg=wagtail"
42
pip install -e .[testing]
43
- name: Test
pyproject.toml
@@ -35,6 +35,7 @@ dependencies = [
35
testing = [
36
"coverage>=7.14.0",
"tox>=4.54.0",
+ "psycopg"
]
linting = [
"pre-commit>=4.6.0",
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-min_version = 4.22
+min_version = 4.30
3
4
env_list =
5
python{3.11}-dj52-wagtail70
0 commit comments