false faucet fixture autouse

Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
This commit is contained in:
Oleksii Lymarenko 2018-10-10 17:24:36 +03:00 committed by Anton Danchenko
parent e126890d09
commit 321fb5e24a
No known key found for this signature in database
GPG Key ID: C2D4819B698627E4
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ def pytest_runtest_protocol(item, nextitem):
return True # no need to rerun
@pytest.fixture(scope="session", autouse=True)
@pytest.fixture(scope="session", autouse=False)
def faucet_for_senders():
network_api = NetworkApi()
for user in transaction_senders.values():