Skip to content

Commit

Permalink
revert: gas()
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Oct 8, 2024
1 parent 9a224a7 commit 92197c3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

import pytest
import brownie
from brownie import chain, history, network
from brownie import web3
from brownie import chain

import constants
from utils.lido import contracts as lido_contracts_
Expand All @@ -17,11 +16,6 @@

# autouse, so enabled by default for all test modules in this directory

@pytest.fixture(scope="module", autouse=True)
def gas():
"""Set gas estimates for all tests."""
network.gas_price("auto")

@pytest.fixture(scope="module", autouse=True)
def mod_isolation(module_isolation):
"""Snapshot ganache at start of module."""
Expand Down

0 comments on commit 92197c3

Please sign in to comment.