diff --git a/Integration-Test.ps1 b/Integration-Test.ps1
index 9f76f07..8e1d2fe 100644
--- a/Integration-Test.ps1
+++ b/Integration-Test.ps1
@@ -64,7 +64,6 @@ $Dependencies = @(
"coverlet.collector1.2.0"
"SciPy"
"NumPy"
- "FakeDependency1.2.3"
"cors2.8.5"
"express4.18.1"
"rxjs7.5.6"
diff --git a/integration-test.sh b/integration-test.sh
index 55e4173..a7e9be5 100755
--- a/integration-test.sh
+++ b/integration-test.sh
@@ -35,7 +35,6 @@ declare -a dependencies=("componentversioncoverlet.collector1.2.0"
"SciPy"
"NumPy"
- "FakeDependency1.2.3"
"cors2.8.5"
"express4.18.1"
"rxjs7.5.6"
diff --git a/sample-projects/python-samples/incompatible/requirements.txt b/sample-projects/python-samples/incompatible/requirements.txt
index 7a2fc04..c5efc47 100644
--- a/sample-projects/python-samples/incompatible/requirements.txt
+++ b/sample-projects/python-samples/incompatible/requirements.txt
@@ -1,5 +1,4 @@
# Porting Advisor for Graviton test file
SciPy>=1.7.1
-NumPy
-FakeDependency>=1.2.3
\ No newline at end of file
+NumPy
\ No newline at end of file