From 98e95542915011671e1d478c182cd6c8b3dc6061 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Wed, 25 Jan 2017 11:14:26 -0500 Subject: [PATCH] remove func-fast-post from tox.ini Following up on patch 417209. Fast post is now the default mode, so there's no more need for a fast-post specific testenv. Change-Id: I6faf8fcfa0a1d96aaf0f5e0ad2106b2b416da22f Signed-off-by: Thiago da Silva --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 3161b37371..497833bfd3 100644 --- a/tox.ini +++ b/tox.ini @@ -59,11 +59,6 @@ commands = basepython = python2.7 commands = ./.functests {posargs} -[testenv:func-fast-post] -commands = ./.functests {posargs} -setenv = SWIFT_TEST_IN_PROCESS=1 - SWIFT_TEST_IN_PROCESS_OBJECT_POST_AS_COPY=True - [testenv:func-post-as-copy] commands = ./.functests {posargs} setenv = SWIFT_TEST_IN_PROCESS=1