Skip to content

Commit

Permalink
testsuite: Requirements for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderS committed Aug 17, 2017
1 parent 83ed00a commit 829334d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 3 additions & 2 deletions testsuite/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ else
pip install --no-index --find-links="$HOME/.cache/wheels/" "$@"
}

pip_wheel -r testsuite/requirements.txt

if [[ $PYVER == "2.6" ]]; then
pip_wheel -r testsuite/requirements-26.txt
pip_wheel unittest2
else
pip_wheel -r testsuite/requirements.txt
fi

if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
Expand Down
9 changes: 9 additions & 0 deletions testsuite/requirements-26.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
lxml
nose
mock
sphinx<1.5
pylint<0.29
pep8
python-daemon<2.0.0
genshi
argparse
2 changes: 1 addition & 1 deletion testsuite/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ mock
sphinx<1.5
pylint<0.29
pep8
python-daemon<2.0.0
python-daemon
genshi
argparse

0 comments on commit 829334d

Please sign in to comment.