Skip to content

Commit 732f463

Browse files
committed
Shuffle test requirements
1 parent e67969d commit 732f463

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

tests/requirements-test.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
flit>=3.8
2+
coverage[toml]>=7.0,<8.0
3+
factory-boy==3.2.1
4+
wagtail-factories>=4.1.0
5+
tblib==1.7.0

tests/requirements.txt

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
# Test requirements.
2-
black>=23.7.0
3-
ruff=0.0.285
1+
pre-commit
42

53
# Runtime requirements
6-
Django>=3.2,<5.0
7-
wagtail>=4.1
8-
graphene-django>=3.0.0
9-
factory-boy==3.2.1
10-
wagtail-factories>=4.1.0
11-
django-cors-headers==3.4.0
4+
django-cors-headers>=4.2.0
125
wagtailmedia>=0.13
13-
wagtail-headless-preview
146
dj-database-url==2.1.0
15-
# for postgres testing
7+
168
psycopg2>=2.9.5,<3.0.0
179

10+
# Test requirements.
11+
-r requirements-dev.txt
1812

1913
# Your app in editable mode.
2014
-e ../

tox.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,11 @@ setenv =
2828
change_dir = {tox_root}/tests
2929

3030
deps =
31-
flit>=3.8
32-
coverage[toml]>=7.0,<8.0
33-
factory-boy==3.2.1
34-
wagtail-factories>=4.1.0
3531
django-cors-headers>=4.2.0
3632
wagtailmedia>=0.13
3733
dj-database-url==2.1.0
3834
psycopg2>=2.9.5,<3.0.0
39-
tblib==1.7.0
35+
-r {tox_root}/tests/requirements-test.txt
4036

4137
django32: Django>=3.2,<3.3
4238
django41: Django>=4.1,<4.2

0 commit comments

Comments
 (0)