Skip to content

Commit

Permalink
Remove redundant passenv from tox
Browse files Browse the repository at this point in the history
This env var is no longer needed on macos - and regardless of that, it
actually doesn't get passed through as macos does not pass through DYLD_
vars (part of their 'system integrity protection')
  • Loading branch information
samuelhwilliams committed Jul 22, 2024
1 parent 685e566 commit 68bc6de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ package = wheel
wheel_build_env = .pkg
constrain_package_deps = true
use_frozen_constraints = true
passenv = DYLD_LIBRARY_PATH
# TODO: Remove SQLALCHEMY_SILENCE_UBER_WARNINGwhen Flask-Admin is compatible with SQLAlchemy>=2.0.0
setenv =
SQLALCHEMY_SILENCE_UBER_WARNING = 1
Expand Down

0 comments on commit 68bc6de

Please sign in to comment.