From f1917560a64f1327a3cea9db74506990ba44c96f Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Sat, 11 Aug 2018 14:24:58 -0700 Subject: [PATCH] CircleCI: directly use install solc script to dodge pipenv api changes --- tests/fixtures.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/fixtures.py b/tests/fixtures.py index b92f32deb..47023751e 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -1,18 +1,16 @@ import contextlib import os import tempfile -from os.path import abspath, dirname import datetime import maya import pytest from constant_sorrow import constants -from eth_tester import EthereumTester from eth_utils import to_checksum_address from sqlalchemy.engine import create_engine from web3 import EthereumTesterProvider -import nucypher +from eth_tester import EthereumTester from nucypher.blockchain.eth.chains import TesterBlockchain from nucypher.blockchain.eth.deployers import PolicyManagerDeployer, NucypherTokenDeployer, MinerEscrowDeployer from nucypher.blockchain.eth.interfaces import DeployerCircumflex @@ -26,6 +24,7 @@ from nucypher.keystore.keypairs import SigningKeypair from nucypher.utilities.blockchain import make_ursulas, token_airdrop from nucypher.utilities.network import MockRestMiddleware + # # Setup # @@ -222,6 +221,7 @@ def non_ursula_miners(three_agents): miners=True, bare=True, ursula_starting_port=starting_point) + try: yield _ursulas finally: