Skip to content

Commit 8cfbd40

Browse files
committed
Order env vars in test
1 parent 1386308 commit 8cfbd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def test_list_envvars(runner):
152152
branch: RH_BRANCH
153153
cache-file: RH_CACHE_FILE
154154
changelog-path: RH_CHANGELOG
155+
check-imports: RH_CHECK_IMPORTS
155156
dist-dir: RH_DIST_DIR
156157
dry-run: RH_DRY_RUN
157158
links-expire: RH_LINKS_EXPIRE
@@ -163,7 +164,6 @@ def test_list_envvars(runner):
163164
post-version-message: RH_POST_VERSION_MESSAGE
164165
post-version-spec: RH_POST_VERSION_SPEC
165166
python-packages: RH_PYTHON_PACKAGES
166-
check-imports: RH_CHECK_IMPORTS
167167
ref: RH_REF
168168
release-message: RH_RELEASE_MESSAGE
169169
repo: RH_REPOSITORY

0 commit comments

Comments
 (0)