From 64d242747fb3228d7fc4f356ae565801cb724903 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Tue, 10 Jul 2018 16:10:41 +0700 Subject: [PATCH] Remove testr We're not using testr or stestr anywhere in this project, this environment is unused. Therefore, we should remove testr completely. Change-Id: I50cf179487f3bea69e57d3a0ab2be4eb6b65423d --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4e9936d5..dc5f5eac 100644 --- a/tox.ini +++ b/tox.ini @@ -7,8 +7,6 @@ envlist = linters basepython = python3 install_command = pip install {opts} {packages} deps = -r{toxinidir}/test-requirements.txt -commands = - python setup.py testr --slowest --testr-args='{posargs}' [testenv:bindep] # Do not install any requirements. We want this to be fast and work even if