~ubuntu-branches/ubuntu/raring/ipython/raring

« back to all changes in this revision

Viewing changes to debian/tests/tools

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2013-04-06 10:30:19 UTC
  • mfrom: (1.2.22) (6.2.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130406103019-w2b20ayx1rhqfjm2
Tags: 0.13.2-1
* New upstream bugfix release
* remove versions from test dependencies
  not supported by autopkgtest package
* add python-lxml to tools test dependencies
* drop dependencies of the tested packages from tests/control Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
$IPYTHON profile create foo_profile 2>&1
19
19
$IPYTHON profile list | grep foo_profile 2>&1
20
20
 
 
21
# "test" 701597, it won't fail but it can be seen by inspecting the logs
21
22
cat << EOF > test.py
22
23
from lxml import etree;
23
24
tree = etree.fromstring('<a></a>')