diff options
Diffstat (limited to 'tests/integration/project/files')
-rw-r--r-- | tests/integration/project/files/pypi-repo/app2/App2-0.1.tar.gz | bin | 769 -> 0 bytes | |||
-rw-r--r-- | tests/integration/project/files/pypi-repo/app2/index.html | 8 | ||||
-rw-r--r-- | tests/integration/project/files/pypi-repo/hellolib/HelloLib-0.1.tar.gz | bin | 734 -> 0 bytes | |||
-rw-r--r-- | tests/integration/project/files/pypi-repo/hellolib/index.html | 8 |
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 Binary files differdeleted file mode 100644 index 86cb43cfe..000000000 --- a/tests/integration/project/files/pypi-repo/app2/App2-0.1.tar.gz +++ /dev/null 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 Binary files differdeleted file mode 100644 index 3b0884c66..000000000 --- a/tests/integration/project/files/pypi-repo/hellolib/HelloLib-0.1.tar.gz +++ /dev/null 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> |