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

Avoid removing dependencies from the build #1564

Merged

Conversation

danhper
Copy link
Contributor

@danhper danhper commented Jun 23, 2022

What I did

This solves an issue where some fixtures that were dependencies
of the project would be found right after compilation but not
in subsequent runs of the tests.

How I did it

Only remove build files if they do not have any dependents in the project.

How to verify it

Add an out-of-project dependency and compile twice

Checklist

  • I have confirmed that my PR passes all linting checks
  • I have included test cases
  • I have updated the documentation
  • I have added an entry to the changelog

@danhper danhper force-pushed the avoid-removing-dependencies branch from a932b6f to 0d9000c Compare June 23, 2022 13:42
This solves an issue where some fixtures that were dependencies
of the project would be found right after compilation but not
in subsequent runs of the tests.
@iamdefinitelyahuman iamdefinitelyahuman force-pushed the avoid-removing-dependencies branch 2 times, most recently from 7280bc1 to bba0272 Compare August 7, 2022 14:15
@iamdefinitelyahuman iamdefinitelyahuman merged commit f63180e into eth-brownie:master Aug 7, 2022
@danhper danhper deleted the avoid-removing-dependencies branch August 11, 2022 19:36
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