]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Install test dependencies in 'mypy' tox env
authorDenis Laxalde <denis.laxalde@dalibo.com>
Fri, 5 Nov 2021 12:35:13 +0000 (13:35 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Nov 2021 01:57:39 +0000 (02:57 +0100)
We need this at least for tenacity.

tox.ini

diff --git a/tox.ini b/tox.ini
index 3d4a509472cb34813509cca14124180a9debd6c1..1135c9039bed8ec158d8fe87da1433c5d72210d6 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@ skip_install = true
 
 [testenv:mypy]
 commands = mypy
-deps = -e psycopg[dev]
+deps = -e psycopg[dev,test]
 skip_install = true
 
 [testenv:docs]