mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Remove unused request fixtures in root conftest
This commit is contained in:
parent
d4ba1ff1c8
commit
27ce18d6ba
@ -60,7 +60,7 @@ def ignore_local_config_file(monkeypatch):
|
||||
|
||||
#@pytest.fixture(scope='function', autouse=True)
|
||||
@pytest.fixture
|
||||
def restore_config(request, ignore_local_config_file, node_config):
|
||||
def restore_config(ignore_local_config_file, node_config):
|
||||
from bigchaindb import config_utils
|
||||
config_utils.set_config(node_config)
|
||||
|
||||
@ -94,7 +94,7 @@ def user2_pk():
|
||||
|
||||
@pytest.fixture
|
||||
#def b(request, node_config):
|
||||
def b(request, restore_config):
|
||||
def b(restore_config):
|
||||
#restore_config(request, node_config)
|
||||
from bigchaindb import Bigchain
|
||||
return Bigchain()
|
||||
|
Loading…
x
Reference in New Issue
Block a user