From 77251ce3c2b48c5b9dce5a81df56c2b48f7a8816 Mon Sep 17 00:00:00 2001 From: "Guillermo M. Narvaja" Date: Fri, 30 Aug 2024 06:13:07 -0300 Subject: [PATCH] Remove testing variant without w3 --- setup.cfg | 7 +------ tox.ini | 22 ++++------------------ 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/setup.cfg b/setup.cfg index 54ca74f..b2adc00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,12 +77,7 @@ testing = pytest gmpy2 pytest-cov - -testing-w3 = - web3[tester]>=6 - setuptools - pytest - pytest-cov + web3[tester]==6.* boto3 [options.entry_points] diff --git a/tox.ini b/tox.ini index cd34b04..6201be1 100644 --- a/tox.ini +++ b/tox.ini @@ -4,12 +4,12 @@ [tox] minversion = 3.15 -envlist = {py39,py310}, {py39,py310}-w3 +envlist = {py39,py310} [gh-actions] python = - 3.9: py39, py39-w3 - 3.10: py310, py310-w3 + 3.9: py39 + 3.10: py310 [testenv] description = invoke pytest to run automated tests @@ -20,26 +20,12 @@ setenv = passenv = HOME WADRAY_USE_GMPY2 -extras = - testing -commands = - pytest {posargs} - - -[testenv:{py39,py310}-w3] -description = invoke pytest to run automated tests -isolated_build = True -setenv = - TOXINIDIR = {toxinidir} - TEST_ENV = web3py -passenv = - HOME W3_* TRANSACT_MODE WEB3_PROVIDER_URI WEB3_* extras = - testing-w3 + testing deps = warrant @ git+https://github.com/gnarvaja/warrant.git#egg=warrant commands =