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

commit a9eb54628f65fa7162d1ddaa09223f3ce620cc84
Author: Jürg Billeter <[email protected]>
AuthorDate: Fri Aug 2 14:29:56 2024 +0200

    debug
---
 tests/testutils/python_repo.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/testutils/python_repo.py b/tests/testutils/python_repo.py
index 870de0c..33869dd 100644
--- a/tests/testutils/python_repo.py
+++ b/tests/testutils/python_repo.py
@@ -114,9 +114,11 @@ def generate_pip_package(tmpdir, pypi, name, 
version="0.1", dependencies=None):
 
     # copy generated tarfile to pypi package
     dist_dir = os.path.join(tmpdir, "dist")
+    print(f"dist dir {dist_dir}")
     for tar in os.listdir(dist_dir):
         tarpath = os.path.join(dist_dir, tar)
         shutil.copy(tarpath, pypi_package)
+        print(f"copy {tarpath} {pypi_package}")
 
 
 @pytest.fixture

Reply via email to