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 <thiago@redhat.com>
This commit is contained in:
1 changed files with 0 additions and 5 deletions
5
tox.ini
5
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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.