Skip to content

Commit bcc541f

Browse files
committed
Use correct requirements extras for testing
The [packages] extra is only for Linux and provides support for RPMs and Windows registry handling. It is needed when doing a develoipment installation for testing. Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 4fb0227 commit bcc541f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CLI_ARGS=$1
2727

2828
# Requirement arguments passed to pip and used by default or with --dev.
2929
REQUIREMENTS="--editable . --constraint requirements.txt"
30-
DEV_REQUIREMENTS="--editable .[dev] --constraint requirements.txt --constraint requirements-dev.txt"
30+
DEV_REQUIREMENTS="--editable .[dev,packages] --constraint requirements.txt --constraint requirements-dev.txt"
3131

3232
# where we create a virtualenv
3333
VIRTUALENV_DIR=venv

0 commit comments

Comments
 (0)