Merge lp:~cjwatson/storm/tox-fix-passenv into lp:storm

Proposed by Colin Watson
Status: Merged
Approved by: Jürgen Gmach
Approved revision: 579
Merged at revision: 579
Proposed branch: lp:~cjwatson/storm/tox-fix-passenv
Merge into: lp:storm
Diff against target: 14 lines (+3/-1)
1 file modified
tox.ini (+3/-1)
To merge this branch: bzr merge lp:~cjwatson/storm/tox-fix-passenv
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Review via email: mp+437102@code.launchpad.net

Commit message

Make passenv declaration compatible with tox 4.

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tox.ini'
2--- tox.ini 2022-10-28 06:26:28 +0000
3+++ tox.ini 2023-02-09 16:30:45 +0000
4@@ -15,7 +15,9 @@
5 py27,py35: true
6 deps =
7 .[test]
8-passenv = STORM_TEST_RUNNER USER
9+passenv =
10+ STORM_TEST_RUNNER
11+ USER
12 setenv =
13 cextensions: STORM_CEXTENSIONS = 1
14 nocextensions: STORM_CEXTENSIONS = 0

Subscribers

People subscribed via source and target branches

to status/vote changes: