Skip to content

Commit

Permalink
don't pass env explicitly?
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed Jan 13, 2025
1 parent d6aa87c commit abd7545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commands = pytest --cov {posargs:-n auto} --ignore stripe
# by passing the following flags:
# LDFLAGS="-L$(brew --prefix [email protected])/lib"
# CFLAGS="-I$(brew --prefix [email protected])/include"
passenv = LDFLAGS,CFLAGS
; passenv = LDFLAGS,CFLAGS

[testenv:{lint,fmt,pyright,mypy}]
basepython = python3.10
Expand Down

0 comments on commit abd7545

Please sign in to comment.