Skip to content

Commit

Permalink
Removing FakeDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Beau-Gosse-dev committed Apr 8, 2024
1 parent d8c4e12 commit 7c258e8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Integration-Test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ $Dependencies = @(
"<si><t>coverlet.collector</t></si><si><t>1.2.0</t></si>"
"<si><t>SciPy</t></si>"
"<si><t>NumPy</t></si>"
"<si><t>FakeDependency</t></si><si><t>1.2.3</t></si>"
"<si><t>cors</t></si><si><t>2.8.5</t></si>"
"<si><t>express</t></si><si><t>4.18.1</t></si>"
"<si><t>rxjs</t></si><si><t>7.5.6</t></si>"
Expand Down
1 change: 0 additions & 1 deletion integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ declare -a dependencies=("<si><t>component</t></si><si><t>version</t></si><si><t
"<si><t>coverlet.collector</t></si><si><t>1.2.0</t></si>"
"<si><t>SciPy</t></si>"
"<si><t>NumPy</t></si>"
"<si><t>FakeDependency</t></si><si><t>1.2.3</t></si>"
"<si><t>cors</t></si><si><t>2.8.5</t></si>"
"<si><t>express</t></si><si><t>4.18.1</t></si>"
"<si><t>rxjs</t></si><si><t>7.5.6</t></si>"
Expand Down
3 changes: 1 addition & 2 deletions sample-projects/python-samples/incompatible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Porting Advisor for Graviton test file

SciPy>=1.7.1
NumPy
FakeDependency>=1.2.3
NumPy

0 comments on commit 7c258e8

Please sign in to comment.