File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,15 +141,16 @@ CLI_ARGS=$1
141141# Defaults. Change these variables to customize this script
142142# ###############################
143143
144- EXTRAS= " packages"
145-
144+ BASE= " .[ packages] "
145+ BASE_DEV= " .[packages,testing] "
146146if [[ $OSTYPE == ' darwin' * ]]; then
147- EXTRAS=" "
147+ BASE=" ."
148+ BASE_DEV=" .[testing]"
148149fi
149150
150151# Requirement arguments passed to pip and used by default or with --dev.
151- REQUIREMENTS=" --editable .[ $EXTRAS ] --constraint requirements.txt --constraint requirements-linux.txt"
152- DEV_REQUIREMENTS=" --editable .[ $EXTRAS ,testing] --constraint requirements.txt --constraint requirements-linux.txt --constraint requirements-dev.txt"
152+ REQUIREMENTS=" --editable $BASE --constraint requirements.txt --constraint requirements-linux.txt"
153+ DEV_REQUIREMENTS=" --editable $BASE_DEV --constraint requirements.txt --constraint requirements-linux.txt --constraint requirements-dev.txt"
153154DOCS_REQUIREMENTS=" --editable .[docs] --constraint requirements.txt"
154155
155156# where we create a virtualenv
You can’t perform that action at this time.
0 commit comments