]> git.phdru.name Git - m_librarian.git/commitdiff
Move hard requirements from tox.ini to requirements.txt
authorOleg Broytman <phd@phdru.name>
Sun, 7 May 2017 11:56:13 +0000 (14:56 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 7 May 2017 14:57:27 +0000 (17:57 +0300)
Move test requirements to requirements_tests.txt.

tox.ini

diff --git a/tox.ini b/tox.ini
index cd0f99bc38b124cd240fa59237c36cbf5fdf35f1..0cdfcd47e6c9becb042d9e0071f7163dbbd045f6 100644 (file)
--- 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 =