Skip to content

Commit

Permalink
- pre-install cffi as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jun 20, 2024
1 parent f5e3efd commit 0e5b728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e5b728

Please sign in to comment.