Skip to content

Commit

Permalink
Remove testing variant without w3
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarvaja committed Aug 30, 2024
1 parent 5272e69 commit 77251ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
7 changes: 1 addition & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
22 changes: 4 additions & 18 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 =
Expand Down

0 comments on commit 77251ce

Please sign in to comment.