You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/09/22 11:57:09 UTC

[iceberg] branch fd-add-tests-to-source-distribution created (now a93988e22f)

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

fokko pushed a change to branch fd-add-tests-to-source-distribution
in repository https://gitbox.apache.org/repos/asf/iceberg.git


      at a93988e22f Python: Include the tests in source distribution

This branch includes the following new commits:

     new a93988e22f Python: Include the tests in source distribution

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iceberg] 01/01: Python: Include the tests in source distribution

Posted by fo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch fd-add-tests-to-source-distribution
in repository https://gitbox.apache.org/repos/asf/iceberg.git

commit a93988e22fcbfb203554927f27e7f67f29da6ae7
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Thu Sep 22 13:57:04 2022 +0200

    Python: Include the tests in source distribution
    
    Adds the tests to the source distribution so we
    can run them when validating a release.
---
 python/pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/pyproject.toml b/python/pyproject.toml
index 69881b8018..087110fb94 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -37,6 +37,7 @@ packages = [
     { include = "pyiceberg" },
     { from = "vendor", include = "fb303" },
     { from = "vendor", include = "hive_metastore" },
+    { include = "tests", format = "sdist" },
 ]