Skip to content

Commit 04ca093

Browse files
committed
Fix tox not passing env var TEST_IN_TEAMCITY
1 parent 548b956 commit 04ca093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist = py{37,38,39,310,311,312,313}-{unit,integration,performance}
44
requires = virtualenv<20.22.0
55

66
[testenv]
7-
passenv = TEST_NEO4J_*
7+
passenv = TEST_*
88
deps = -r requirements-dev.txt
99
setenv =
1010
COVERAGE_FILE={envdir}/.coverage

0 commit comments

Comments
 (0)