Skip to content

Commit 87bd7b2

Browse files
committed
Install the dev dependencies with tox's own mechanism
1 parent 3c01790 commit 87bd7b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ envlist = py38,py39,py310,py311,py312
99
[testenv]
1010
passenv = *
1111
deps =
12-
py{38,39,310,311,312}: -e .[dev]
12+
py{38,39,310,311,312}: -e .[dev,all]
1313
commands =
14-
py{38,39,310,311,312}: pip install -e .[all]
1514
pytest {posargs:-v --cov=social_core}

0 commit comments

Comments
 (0)