mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(argcomplete)
some runners have python
This commit is contained in:
parent
0abbf9e985
commit
552f990781
|
@ -30,5 +30,8 @@ provides:
|
||||||
- bin/python-argcomplete-check-easy-install-script
|
- bin/python-argcomplete-check-easy-install-script
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
dependencies:
|
||||||
|
python.org: ^3
|
||||||
|
script:
|
||||||
- register-python-argcomplete foo | grep '_python_argcomplete foo'
|
- register-python-argcomplete foo | grep '_python_argcomplete foo'
|
||||||
- python -c 'import argcomplete;'
|
- python -c 'import argcomplete;'
|
||||||
|
|
Loading…
Reference in a new issue