summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorctolentino8 <ctolentino8@bloomberg.net>2018-10-18 15:16:29 +0100
committerchiaratolentino <ctolentino8@bloomberg.net>2018-10-31 18:24:28 +0000
commit2d74ac6aac5aa132e8e9a029ea3360a4d78eea6a (patch)
tree3b045dd6c9fde0be968e3d2f5243e377b03e98fc
parent0f3d3d98401c7e32790d745c8ff50fb6299d19f4 (diff)
downloadbuildstream-chiaratolentino/fix-pip-source-regex.tar.gz
tests/integration/project/files: Remove pypi-repochiaratolentino/fix-pip-source-regex
-rw-r--r--tests/integration/project/files/pypi-repo/app2/App2-0.1.tar.gzbin769 -> 0 bytes
-rw-r--r--tests/integration/project/files/pypi-repo/app2/index.html8
-rw-r--r--tests/integration/project/files/pypi-repo/hellolib/HelloLib-0.1.tar.gzbin734 -> 0 bytes
-rw-r--r--tests/integration/project/files/pypi-repo/hellolib/index.html8
4 files changed, 0 insertions, 16 deletions
diff --git a/tests/integration/project/files/pypi-repo/app2/App2-0.1.tar.gz b/tests/integration/project/files/pypi-repo/app2/App2-0.1.tar.gz
deleted file mode 100644
index 86cb43cfe..000000000
--- a/tests/integration/project/files/pypi-repo/app2/App2-0.1.tar.gz
+++ /dev/null
Binary files differ
diff --git a/tests/integration/project/files/pypi-repo/app2/index.html b/tests/integration/project/files/pypi-repo/app2/index.html
deleted file mode 100644
index 5bc72e47c..000000000
--- a/tests/integration/project/files/pypi-repo/app2/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
- <head>
- <title>Links for app1</title>
- </head>
- <body>
- <a href='App2-0.1.tar.gz'>App2-0.1.tar.gz</a><br />
- </body>
-</html>
diff --git a/tests/integration/project/files/pypi-repo/hellolib/HelloLib-0.1.tar.gz b/tests/integration/project/files/pypi-repo/hellolib/HelloLib-0.1.tar.gz
deleted file mode 100644
index 3b0884c66..000000000
--- a/tests/integration/project/files/pypi-repo/hellolib/HelloLib-0.1.tar.gz
+++ /dev/null
Binary files differ
diff --git a/tests/integration/project/files/pypi-repo/hellolib/index.html b/tests/integration/project/files/pypi-repo/hellolib/index.html
deleted file mode 100644
index eb9935c7f..000000000
--- a/tests/integration/project/files/pypi-repo/hellolib/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
- <head>
- <title>Links for app1</title>
- </head>
- <body>
- <a href='HelloLib-0.1.tar.gz'>HelloLib-0.1.tar.gz</a><br />
- </body>
-</html>