Skip to content

Commit

Permalink
Update tox passenv syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 16, 2024
1 parent b1a679e commit 7972499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_utils/release_tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ setenv =

# Test PyPI source distribution
[testenv:pypisource-{py310,py312}]
passenv = CC CC_LD LDFLAGS CPPFLAGS
passenv = CC, CC_LD, LDFLAGS, CPPFLAGS
commands_pre =
python -m pip install \
--force-reinstall \
Expand Down

0 comments on commit 7972499

Please sign in to comment.