1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
# 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
|