# According to pandas/doc/source/install.rst, running the unit tests looks like:
# `py.test-3 --skip-slow --skip-network /usr/lib/python3/dist-packages/pandas/ -v -rs`
# Or simply `python3 -c "import pandas as pd; pd.test()"`, which doesn't require
# us to specify the path (pandas.__path__) in command line.
# See: pandas/util/_tester.py

Tests: unittests
Depends: python-all,
         python-bs4,
         python-dateutil,
         python-html5lib,
         python-lxml,
         python-matplotlib [!hurd-i386],
         python-nbsphinx | python-sphinx (<= 1.4),
         python-nose,
         python-numpy (>= 1:1.7~),
         python-openpyxl,
         python-pandas,
         python-pytest,
         python-scipy,
         python-six,
         python-sphinx (>= 1.0~),
         python-statsmodels,
         python-tables [!m68k !sh4 !x32],
         python-tk,
         python-tz,
         python-xlrd,
         python-xlsxwriter,
         python-xlwt,
         xauth,
         xvfb,
         xclip,
Restrictions: allow-stderr

Tests: unittests3
Depends: python3-all,
         python3-arrow,
         python3-bs4,
         python3-dateutil,
         python3-html5lib,
         python3-lxml,
         python3-matplotlib [!hurd-i386]| python-matplotlib (<< 1.2.0~) [!hurd-i386],
         python3-nose,
         python3-numpy (>= 1:1.7~),
         python3-openpyxl,
         python3-pandas,
         python3-pytest,
         python3-scipy,
         python3-six,
         python3-sphinx (>= 1.0~),
         python3-tables [!m68k !sh4 !x32],
         python3-tk,
         python3-tz,
         python3-xlrd,
         python3-xlsxwriter,
         python3-xlwt,
         xauth,
         xvfb,
         xclip,
Restrictions: allow-stderr
