From 98de441a9a72b411ebfd01c79a1f84017a8ea421 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 7 May 2017 15:16:23 +0300 Subject: [PATCH] Move hard requirements from tox.ini to requirements.txt Move test requirements to requirements_tests.txt. --- tox.ini | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tox.ini b/tox.ini index 65e5eff..0e276dc 100644 --- a/tox.ini +++ b/tox.ini @@ -13,15 +13,7 @@ commands = {envpython} --version {envpython} -c "import struct; print(struct.calcsize('P') * 8)" deps = - pytest - pytest-cov - py26: argparse - sqlparse - py2{6,7}: SQLObject>=2.2.1 - py3{4,5,6}: SQLObject>=3.0.0 - m_lib>=3.1 - m_lib.defenc>=1.0 - ppu + -rdevscripts/requirements/requirements_tests.txt postgres: psycopg2 sitepackages = True # Don't fail or warn on uninstalled commands -- 2.39.2