File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
# License: GNU General Public License version 3, or any later version
4
4
# See top-level LICENSE file for more information
5
5
6
- pytest_plugins = ["swh.storage.pytest_plugin" ]
6
+ pytest_plugins = ["swh.storage.pytest_plugin" , "swh.journal.pytest_plugin" ]
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ include = ["swh.*"]
23
23
dependencies = {file = [" requirements.txt" , " requirements-swh.txt" ]}
24
24
25
25
[tool .setuptools .dynamic .optional-dependencies ]
26
- testing = {file = [" requirements-test.txt" , " requirements-swh-journal.txt " ]}
26
+ testing = {file = [" requirements-test.txt" ]}
27
27
journal = {file = [" requirements-swh-journal.txt" ]}
28
28
29
29
[project .entry-points ."swh .storage .classes" ]
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ pytest-shared-session-scope
8
8
# adding the [testing] extra.
9
9
swh.core[testing] >= 3.0.0
10
10
swh.model[testing] >= 6.14.0
11
+ swh.journal[pytest] >= 2.0.0
11
12
pytz
12
13
pytest-postgresql
13
14
pytest-redis
You can’t perform that action at this time.
0 commit comments