ethereum / pytest-ethereum

MIT License
19 stars 12 forks source link

Infura API key? #23

Open fubuloubu opened 5 years ago

fubuloubu commented 5 years ago

What was wrong?

Every time I run pytest ethereum I get the following:

"No Infura API Key found. Add environment variable INFURA_API_KEY..."

Not sure why, all testing is local tester provider?

pipermerriam commented 5 years ago

Can you provide the whole stacktrace?

njgheorghita commented 5 years ago

Looks to me like it's from py-ethpm which expects that env variable to be set if you want to use the infura. Though, I'm thinking of removing it entirely now that infura has the websocket option that doesn't require an api key