Skip to content

Commit

Permalink
testsuite: Move optional requirements into file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderS committed Jan 29, 2021
1 parent 9fb9a09 commit 69182e9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
13 changes: 1 addition & 12 deletions testsuite/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,9 @@ else
yum
else
sudo apt-get install -y yum libaugeas0 augeas-lenses libacl1-dev libssl-dev
pip_wheel \
Jinja2 \
PyYAML \
boto \
cherrypy \
django \
google_compute_engine \
mercurial \
pyinotify \
pylibacl \
python-augeas
fi

pip_wheel nose-show-skipped guppy cheetah3
pip_wheel -r testsuite/requirements-optional.txt
fi
fi

Expand Down
14 changes: 14 additions & 0 deletions testsuite/requirements-optional.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Jinja2
PyYAML
boto
cheetah3
cherrypy
django
google_compute_engine
guppy ; python_version<'3'
guppy3 ; python_version>='3'
mercurial
nose-show-skipped
pyinotify
pylibacl
python-augeas

0 comments on commit 69182e9

Please sign in to comment.