From a5d53a0eddefd207b413586dbd60d381c45e76c5 Mon Sep 17 00:00:00 2001 From: Samuel Matzek Date: Tue, 7 Nov 2017 12:51:05 -0600 Subject: [PATCH] Allow py27 test selection Allow test selection for the py27 tests when using tox. See [1]. [1] https://docs.openstack.org/os-testr/latest/user/ostestr.html#notes-for-running-with-tox Change-Id: I49b063dfb8e93648f608f2ca9de33c6d621d3642 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c4b6d15c96..e283571afa 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ commands = [testenv:py27] commands = {[testenv]commands} - ostestr --slowest --serial + ostestr {posargs} --slowest --serial [py3base] commands = ostestr --slowest --blacklist-file=blacklist-py3.txt --serial --regex '.*'