Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for HypothesisDeprecationWarning in tox run test CircleCI #1729 #2228

Merged
merged 6 commits into from
Dec 2, 2021
Merged

Fix for HypothesisDeprecationWarning in tox run test CircleCI #1729 #2228

merged 6 commits into from
Dec 2, 2021

Conversation

dbfreem
Copy link
Contributor

@dbfreem dbfreem commented Dec 1, 2021

What was wrong?

HypothesisDeprecationWarning in tox run test CircleCI
Related to Issue # 1729

How was it fixed?

I took some of the suggestions made by @kclows in the #1729 on how to fix this.

Added conftest.py to test/core/utilities and moved web3 fixture to it
Moved fixtures into test_contract_topic_filter.py
Both of these were to fix HypothesisDeprecationWarning while running test

Todo

I only ran this against tox py38-core since I don't currently have all the interpreters that tox is looking for on my machine

Hope this helps!!

Copy link
Collaborator

@kclowes kclowes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! This looks much better! I'll add a newsfragment and merge!

@kclowes kclowes merged commit 2020b55 into ethereum:master Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants