Skip to content

Commit d9df28c

Browse files
committed
Add missing dep.
1 parent da601e7 commit d9df28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ deps =
4040
pytest-cov
4141
pg3: psycopg
4242
{py38,py39,py310,py311,py312}-pg2: psycopg2-binary
43-
{pypy38,pypy39}-pg2: psycopg2cffi
43+
{pypy38,pypy39,pypy310}-pg2: psycopg2cffi
4444
commands =
4545
{posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv tests}
4646

0 commit comments

Comments
 (0)