mirror of https://github.com/nucypher/nucypher.git
Move deployment secret interactivity to concise internal deployment API
parent
a317e7f5e4
commit
d9edf1fcfa
|
@ -21,6 +21,7 @@ import random
|
|||
import pytest
|
||||
|
||||
from nucypher.blockchain.eth.deployers import UserEscrowDeployer, UserEscrowProxyDeployer
|
||||
from nucypher.utilities.sandbox.constants import USER_ESCROW_PROXY_DEPLOYMENT_SECRET
|
||||
|
||||
|
||||
@pytest.fixture(scope='function')
|
||||
|
|
Loading…
Reference in New Issue