Skip to content

Commit 3a7a435

Browse files
committed
Pass through env variables to tox
To ensure we are forcing correct checks in CI
1 parent a8a403c commit 3a7a435

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ skip_missing_interpreters = false
105105
dependency_groups = [
106106
"dev",
107107
]
108+
pass_env = [
109+
"CFLAGS",
110+
"LDFLAGS",
111+
"MAXMINDDB_REQUIRE_EXTENSION",
112+
"MAXMINDDB_USE_SYSTEM_LIBMAXMINDDB",
113+
"MM_FORCE_EXT_TESTS",
114+
]
108115
commands = [
109116
["pytest", "tests"],
110117
]

0 commit comments

Comments
 (0)