-
-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pants tailor - ignore recommended python_requirements targets
- Loading branch information
1 parent
c17f692
commit 3520186
Showing
4 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
python_sources() | ||
|
||
python_requirements( | ||
name="reqs", | ||
resource( | ||
name="pack_requirements", | ||
source="requirements.txt", | ||
) | ||
|
||
python_sources() |
9 changes: 5 additions & 4 deletions
9
st2tests/st2tests/fixtures/packs/pack_invalid_requirements/BUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
python_sources() | ||
|
||
python_requirements( | ||
name="reqs", | ||
resource( | ||
name="pack_requirements", | ||
source="requirements.txt", | ||
) | ||
|
||
python_sources() |
5 changes: 3 additions & 2 deletions
5
st2tests/st2tests/fixtures/packs/test_library_dependencies/BUILD
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
python_requirements( | ||
name="reqs", | ||
resource( | ||
name="pack_requirements", | ||
source="requirements.txt", | ||
) | ||
|
||
python_sources() |