From 6b291135cca79646a47544dec8584f96944ed3de Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 7 May 2017 14:56:13 +0300 Subject: [PATCH] Move hard requirements from tox.ini to requirements.txt Move test requirements to requirements_tests.txt. --- tox.ini | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index cd0f99b..0cdfcd4 100644 --- a/tox.ini +++ b/tox.ini @@ -6,12 +6,7 @@ envlist = {py26,py27,py34},{py27,py34}-flake8 # Base test environment settings [testenv] deps = - pytest - pytest-cov - py26: argparse - py26,py27: SQLObject>=2.2.1 - py34: SQLObject>=3.0.0 - m_lib.defenc>=1.0 + -rdevscripts/requirements/requirements_tests.txt sitepackages = True # Don't fail or warn on uninstalled commands whitelist_externals = -- 2.39.2