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

test: fix issue with ape test tests when vyper / solidity installed #2226

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

antazoey
Copy link
Member

What I did

the ape test integration tests were not working for me locally, they were timing out.
i figured out it was because ape was utilizing those installed plugins and downloading compilers which takes forever.

How I did it

ignore .vy and .sol files; they are not needed for these tests anyway.

How to verify it

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@antazoey antazoey changed the title test: fix issue with ape test integration test when vyper / solidity installed test: fix issue with ape test tests when vyper / solidity installed Aug 20, 2024
@antazoey antazoey merged commit 7308609 into ApeWorX:main Aug 21, 2024
17 checks passed
@antazoey antazoey deleted the test/local-testtest-issue branch August 21, 2024 14:42
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