Commit c25921e2 authored by Kirill Smelkov's avatar Kirill Smelkov

tox: Bump NEO to explicit >= 1.6.2

>= 1.6 was already using latest in 1.6 series, but >= 1.6.2 is more explicit.

Also: in 1.6.2 NEO switched from MySQL-python to mysqlclient:

    nexedi/neoppod@5f0c93f5

so we switch it too.
parent 79aab289
......@@ -15,9 +15,9 @@ deps =
# latest current ZODB _4_
ZODB4: ZODB3 >=3.11
neo: neoppod >= 1.6
neo: neoppod >= 1.6.2
# neo.tests also imports MySQLdb unconditionally
neo: MySQL-python
neo: mysqlclient
# zeo: ZEO is already required by ZODB, but for testing utilities from ZEO we also need:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment