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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
# Check that the hard Depends are enough for import
# cd to not-the-source-directory to get the installed pandas
Test-Command: cd "$AUTOPKGTEST_TMP" && python3 -c "import pandas;a=pandas.DataFrame([[1,2],[3,4]])"
Depends: python3-pandas
Restrictions: allow-stderr
# 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: unittests3
# xml test_wrong_url fails without ca-certificates
Depends: python3-pandas,
ca-certificates,
locales-all,
python3-all,
# python3-blosc is not actually used (blosc is used through python3-tables instead)
python3-bottleneck (>= 1.3.6~),
python3-bs4 (>= 4.11.2~),
python3-dask (>= 2023.2.0~),
python3-dateutil,
python3-fsspec (>= 2022.11.0~),
python3-html5lib (>= 1.1~),
python3-hypothesis (>= 6.46.1~),
python3-jinja2 (>= 3.1.2~),
python3-lxml (>= 4.9.2~),
python3-matplotlib (>= 3.6.3~) [!ia64 !sh4 !x32],
# architectures here are the ones on which to treat numba-related failures as RC - see also debian/control
# temporarily disabled as numba is not in testing #1033907 python3-numba (>= 0.56.4~) [amd64 i386 ppc64el],
python3-numexpr (>= 2.8.4~),
python3-numpy (>= 1:1.23.2~),
python3-odf (>= 1.4.1~),
python3-openpyxl (>= 3.1.0~),
# doesn't seem to work in this test environment python3-psycopg2 (>= 2.9.6~),
python3-py,
# doesn't seem to work in this test environment python3-pymysql (>= 1.0.2~),
python3-pyqt5 (>= 5.15.9~),
python3-pyreadstat (>= 1.2.0~),
python3-pytest (>= 7.3.2~),
python3-pytest-asyncio (>= 0.17~),
python3-pytest-forked,
python3-pytest-localserver,
python3-pytest-xdist (>= 2.2.0~),
python3-pytestqt (>= 4.2.0~),
# we don't have python3-pyxlsb
python3-scipy (>= 1.10.0~),
python3-setuptools (>= 51~),
python3-sqlalchemy (>= 2.0.0~),
# python3-tables is now little-endian only, and also unavailable on some ports
python3-tables (>= 3.8.0~) [!s390x !hppa !powerpc !ppc64 !sparc64 !hurd-any !alpha],
python3-tabulate (>= 0.9.0~),
python3-tk,
python3-tz (>= 2022.7~),
python3-xarray (>= 2022.12.0~),
python3-xlrd (>= 2.0.1~),
python3-xlsxwriter (>= 3.0.5~),
python3-zstandard (>= 0.19.0~),
tzdata-legacy,
xauth,
xvfb,
xsel
Restrictions: allow-stderr, needs-internet
# this test does not actually fail on failure - it exists to produce a log for monitoring known issues
# (we can't use plain xfails for this, because some of these crash not just fail)
Tests: ignoredtests
# identical dependencies to above except that:
# numba is required on all architectures
# psycopg2/pymysql are included
Depends: python3-pandas,
ca-certificates,
locales-all,
python3-all,
# python3-blosc is not actually used (blosc is used through python3-tables instead)
python3-bottleneck (>= 1.3.6~),
python3-bs4 (>= 4.11.2~),
python3-dask (>= 2023.2.0~),
python3-dateutil,
python3-fsspec (>= 2022.11.0~),
python3-html5lib (>= 1.1~),
python3-hypothesis (>= 6.46.1~),
python3-jinja2 (>= 3.1.2~),
python3-lxml (>= 4.9.2~),
python3-matplotlib (>= 3.6.3~) [!ia64 !sh4 !x32],
# architectures here are the ones on which to treat numba-related failures as RC - see also debian/control
# temporarily disabled as numba is not in testing #1033907 python3-numba (>= 0.56.4~),
python3-numexpr (>= 2.8.4~),
python3-numpy (>= 1:1.23.2~),
python3-odf (>= 1.4.1~),
python3-openpyxl (>= 3.1.0~),
python3-psycopg2 (>= 2.9.6~),
python3-py,
python3-pymysql (>= 1.0.2~),
python3-pyqt5 (>= 5.15.9~),
python3-pyreadstat (>= 1.2.0~),
python3-pytest (>= 7.3.2~),
python3-pytest-asyncio (>= 0.17~),
python3-pytest-forked,
python3-pytest-localserver,
python3-pytest-xdist (>= 2.2.0~),
python3-pytestqt (>= 4.2.0~),
# we don't have python3-pyxlsb
python3-scipy (>= 1.10.0~),
python3-setuptools (>= 51~),
python3-sqlalchemy (>= 2.0.0~),
# python3-tables is now little-endian only, and also unavailable on some ports
python3-tables (>= 3.8.0~) [!s390x !hppa !powerpc !ppc64 !sparc64 !hurd-any !alpha],
python3-tabulate (>= 0.9.0~),
python3-tk,
python3-tz (>= 2022.7~),
python3-xarray (>= 2022.12.0~),
python3-xlrd (>= 2.0.1~),
python3-xlsxwriter (>= 3.0.5~),
python3-zstandard (>= 0.19.0~),
tzdata-legacy,
xauth,
xvfb,
xsel
Restrictions: allow-stderr, needs-internet
|