From 8b647e9be658db8ed1f3b805a5c4784dd4a79aa8 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein <52928443+richardm-stripe@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:03:28 -0800 Subject: [PATCH] Separate TOX CFLAGS,LDFLAGS with comma (#907) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9c027f830..a8ad1cef9 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ commands = pytest --cov {posargs:-n auto} --ignore stripe # by passing the following flags: # LDFLAGS="-L$(brew --prefix openssl@1.1)/lib" # CFLAGS="-I$(brew --prefix openssl@1.1)/include" -passenv = LDFLAGS CFLAGS +passenv = LDFLAGS,CFLAGS [testenv:fmt] description = run code formatting using black