We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1386308 commit 8cfbd40Copy full SHA for 8cfbd40
jupyter_releaser/tests/test_cli.py
@@ -152,6 +152,7 @@ def test_list_envvars(runner):
152
branch: RH_BRANCH
153
cache-file: RH_CACHE_FILE
154
changelog-path: RH_CHANGELOG
155
+check-imports: RH_CHECK_IMPORTS
156
dist-dir: RH_DIST_DIR
157
dry-run: RH_DRY_RUN
158
links-expire: RH_LINKS_EXPIRE
@@ -163,7 +164,6 @@ def test_list_envvars(runner):
163
164
post-version-message: RH_POST_VERSION_MESSAGE
165
post-version-spec: RH_POST_VERSION_SPEC
166
python-packages: RH_PYTHON_PACKAGES
-check-imports: RH_CHECK_IMPORTS
167
ref: RH_REF
168
release-message: RH_RELEASE_MESSAGE
169
repo: RH_REPOSITORY
0 commit comments