Skip to content

Commit 6fb6bc4

Browse files
authored
MAINT: click stdout/stderr behavior and set pin (#370)
1 parent 3f963b6 commit 6fb6bc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/tab-qiime

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ complete -F _qiime_completion -o default -o bashdefault qiime
5151
# Ignore stdout to avoid displaying help text to users enabling tab-completion.
5252
# stderr displays the note about cache refreshing, as that can take a few
5353
# moments to complete.
54-
qiime > /dev/null
54+
qiime &> /dev/null

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requirements:
1616
run:
1717
- python {{ python }}
1818
- setuptools
19-
- click >=8.1
19+
- click {{ click }}
2020
- qiime2 >={{ qiime2 }}
2121
build:
2222
- python {{ python }}

0 commit comments

Comments
 (0)