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

Remove rust source include from integration tests #10522

Merged
merged 1 commit into from
Jul 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 2 additions & 5 deletions src/python/pants/testutil/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ target(
name = 'int-test',
dependencies=[
':int-test-for-export',
# NB: 'pants_run_integration_test.py' runs ./pants in a subprocess, so test results will depend
# on the pants binary and all of its transitive dependencies. Adding the dependencies below is
# our best proxy for ensuring that any test target depending on this target will be invalidated
# on changes to those undeclared dependencies.
# NB: 'pants_run_integration_test.py' runs ./pants in a subprocess using the PYTHONPATH
# of the testrunner. We include the pants binary itself to fully populate the path.
'src/python/pants/bin:pants_local_binary',
'src/rust/engine',
],
)

Expand Down
10 changes: 0 additions & 10 deletions src/rust/engine/BUILD

This file was deleted.