From 0e5b728320f1d5f8604b1e1b329e1a98756dac2c Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Thu, 20 Jun 2024 09:11:36 +0200 Subject: [PATCH] - pre-install cffi as well --- .meta.toml | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.meta.toml b/.meta.toml index 46cf128..220b611 100644 --- a/.meta.toml +++ b/.meta.toml @@ -27,6 +27,7 @@ additional-rules = [ [tox] use-flake8 = true testenv-deps = [ + "cffi >= 1.17.0rc1", "# The universal2 environment is for Python on macOS built with", "# universal2 mode instead of architecture-specific. These dependencies", "# must be installed separately, zc.buildout is incompatible with the", diff --git a/tox.ini b/tox.ini index c297298..18ab61b 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,7 @@ deps = setuptools < 69 zc.buildout >= 3.0.1 wheel > 0.37 + cffi >= 1.17.0rc1 # The universal2 environment is for Python on macOS built with # universal2 mode instead of architecture-specific. These dependencies # must be installed separately, zc.buildout is incompatible with the