Skip to content

Commit 08df487

Browse files
authored
chore: Simplified requirements_dev.txt file for tests (#499)
* Extract database dependencies out of requirements_base.txt * Actually extract the correct dependencies from one file into the other * Correct version of mysqlclient
1 parent e2e5e8d commit 08df487

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Testing
5252

5353
To run all the tests the only thing you need to do is run::
5454

55-
pip install -r tests/requirements/requirements_base.txt
55+
pip install -r tests/requirements/requirements_dev.txt
5656
python test_settings.py
5757

5858

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
setuptools
2-
beautifulsoup4
3-
coverage[toml]
4-
django-app-helper
5-
factory-boy
6-
ruff
7-
freezegun
8-
lxml
9-
mock
10-
pillow
11-
pyflakes>=2.1.1
12-
python-dateutil
1+
-r requirements_dev.txt
132
mysqlclient>=2.2.1
143
psycopg2
15-
setuptools
16-
17-
djangocms-text
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
setuptools
2+
beautifulsoup4
3+
coverage[toml]
4+
django-app-helper
5+
factory-boy
6+
ruff
7+
freezegun
8+
lxml
9+
mock
10+
pillow
11+
pyflakes>=2.1.1
12+
python-dateutil
13+
setuptools
14+
15+
djangocms-text

0 commit comments

Comments
 (0)