You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A way to avoid the pytest entry point for the pytest_ethereum plugin.
Right now, I am doing -p no:pytest_ethereum everywhere because of the eth-typing 5.0.0 thing, but perhaps a more minimal install of web3.py w/o the Pytest plugin would be helpful for frameworks like Ape which are using their own pytest plugin.
The text was updated successfully, but these errors were encountered:
antazoey
changed the title
Separate pytest_ethereum
Separate pytest_ethereum from package or make conditionally install
Oct 25, 2024
What feature should we add?
A way to avoid the pytest entry point for the
pytest_ethereum
plugin.Right now, I am doing
-p no:pytest_ethereum
everywhere because of theeth-typing
5.0.0 thing, but perhaps a more minimal install ofweb3.py
w/o the Pytest plugin would be helpful for frameworks like Ape which are using their own pytest plugin.The text was updated successfully, but these errors were encountered: