This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/remove-plugins
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 95810de20d145b616b0b0dbfc25354aac04826e8
Author: Tristan van Berkom <[email protected]>
AuthorDate: Mon Mar 28 16:38:42 2022 +0900

    tests/cachekey: Removing pip source from cachekey test
---
 tests/cachekey/project/sources/pip1.bst      | 12 ------------
 tests/cachekey/project/sources/pip1.expected |  1 -
 tests/cachekey/project/target.bst            |  1 -
 tests/cachekey/project/target.expected       |  2 +-
 4 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/tests/cachekey/project/sources/pip1.bst 
b/tests/cachekey/project/sources/pip1.bst
deleted file mode 100644
index ee69efa..0000000
--- a/tests/cachekey/project/sources/pip1.bst
+++ /dev/null
@@ -1,12 +0,0 @@
-kind: import
-
-sources:
-- kind: git
-  url: https://example.com/foo/foobar.git
-  ref: b99955530263172ed1beae52aed7a33885ef781f
-- kind: pip
-  url: https://pypi.example.com/simple
-  packages:
-  - horses
-  - ponies
-  ref: 'horses==0.0.1\nponies==0.0.2'
diff --git a/tests/cachekey/project/sources/pip1.expected 
b/tests/cachekey/project/sources/pip1.expected
deleted file mode 100644
index ee2f814..0000000
--- a/tests/cachekey/project/sources/pip1.expected
+++ /dev/null
@@ -1 +0,0 @@
-99c354c584dddbebe32f36005211dafce09847ea4b4c5003191eb585a1c81576
\ No newline at end of file
diff --git a/tests/cachekey/project/target.bst 
b/tests/cachekey/project/target.bst
index efef5ec..4e253a6 100644
--- a/tests/cachekey/project/target.bst
+++ b/tests/cachekey/project/target.bst
@@ -12,7 +12,6 @@ depends:
 - sources/patch1.bst
 - sources/patch2.bst
 - sources/patch3.bst
-- sources/pip1.bst
 - sources/remote1.bst
 - sources/remote2.bst
 - sources/tar1.bst
diff --git a/tests/cachekey/project/target.expected 
b/tests/cachekey/project/target.expected
index 94a1051..6f310dd 100644
--- a/tests/cachekey/project/target.expected
+++ b/tests/cachekey/project/target.expected
@@ -1 +1 @@
-a83f2988088ce2a98abfbf7f3df8b04702a89d7e9d0628d7e922ce6f6d16b324
\ No newline at end of file
+16a729fbaad947673ad95468fcf6d00b49fa76b3d6a80fc0866abb8bd9a8a371
\ No newline at end of file

Reply via email to