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

juergbi pushed a commit to branch juerg/ci-test
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git


The following commit(s) were added to refs/heads/juerg/ci-test by this push:
     new 713ce45  TEMP: remove app. test
713ce45 is described below

commit 713ce45238c0f01154c9e51f6f9cfa7d142607d0
Author: Jürg Billeter <[email protected]>
AuthorDate: Fri Aug 2 14:16:01 2024 +0200

    TEMP: remove app. test
---
 tests/sources/pip_build.py | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/tests/sources/pip_build.py b/tests/sources/pip_build.py
index b5e78c6..9d9691a 100644
--- a/tests/sources/pip_build.py
+++ b/tests/sources/pip_build.py
@@ -45,10 +45,8 @@ def test_pip_source_import_packages(cli, datafiles, 
setup_pypi_repo):
     myreqs_packages = "hellolib"
     dependencies = [
         "app2",
-        "app.3",
         "app-4",
         "app_5",
-        "app.no.6",
         "app-no-7",
         "app_no_8",
     ]
@@ -94,10 +92,8 @@ def test_pip_source_import_packages(cli, datafiles, 
setup_pypi_repo):
             "/.bst_pip_downloads",
             "/.bst_pip_downloads/hellolib-0.1.tar.gz",
             "/.bst_pip_downloads/app2-0.1.tar.gz",
-            "/.bst_pip_downloads/app.3-0.1.tar.gz",
             "/.bst_pip_downloads/app-4-0.1.tar.gz",
             "/.bst_pip_downloads/app_5-0.1.tar.gz",
-            "/.bst_pip_downloads/app.no.6-0.1.tar.gz",
             "/.bst_pip_downloads/app-no-7-0.1.tar.gz",
             "/.bst_pip_downloads/app_no_8-0.1.tar.gz",
         ],
@@ -115,10 +111,8 @@ def test_pip_source_import_requirements_files(cli, 
datafiles, setup_pypi_repo):
     myreqs_packages = "hellolib"
     dependencies = [
         "app2",
-        "app.3",
         "app-4",
         "app_5",
-        "app.no.6",
         "app-no-7",
         "app_no_8",
     ]
@@ -164,10 +158,8 @@ def test_pip_source_import_requirements_files(cli, 
datafiles, setup_pypi_repo):
             "/.bst_pip_downloads",
             "/.bst_pip_downloads/hellolib-0.1.tar.gz",
             "/.bst_pip_downloads/app2-0.1.tar.gz",
-            "/.bst_pip_downloads/app.3-0.1.tar.gz",
             "/.bst_pip_downloads/app-4-0.1.tar.gz",
             "/.bst_pip_downloads/app_5-0.1.tar.gz",
-            "/.bst_pip_downloads/app.no.6-0.1.tar.gz",
             "/.bst_pip_downloads/app-no-7-0.1.tar.gz",
             "/.bst_pip_downloads/app_no_8-0.1.tar.gz",
         ],
@@ -185,10 +177,8 @@ def test_pip_source_build(cli, datafiles, setup_pypi_repo):
     myreqs_packages = "hellolib"
     dependencies = [
         "app2",
-        "app.3",
         "app-4",
         "app_5",
-        "app.no.6",
         "app-no-7",
         "app_no_8",
     ]

Reply via email to