You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/05/10 02:06:15 UTC

[iceberg] branch master updated: Python: Skip missing tox interpreters (#4731)

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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new f7295d026 Python: Skip missing tox interpreters (#4731)
f7295d026 is described below

commit f7295d026fd440da1f3b001199be0f8c108ee45c
Author: Fokko Driesprong <fo...@tabular.io>
AuthorDate: Tue May 10 04:06:08 2022 +0200

    Python: Skip missing tox interpreters (#4731)
---
 python/tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/tox.ini b/python/tox.ini
index 92757798b..d3e039bb3 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -17,6 +17,7 @@
 
 [tox]
 envlist = py37,py38,py39,linters
+skip_missing_interpreters = true
 
 [testenv]
 usedevelop = true