- support newest numpy by removing old test gh#pandas-dev/pandas#34991 pandas-pr34991-npconstructor.patch - move testing to multibuild flavor - run slow tests only on x86_64 - replace gcc10-skip-one-test.patch with pytest -k deselection - tidy SKIP_TESTS declarations - add pandas-pytest.ini as pytest.ini in order to support the custom marks and filter some warnings - remove random hash seed OBS-URL: https://build.opensuse.org/request/show/822301 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pandas?expand=0&rev=46
14 lines
442 B
INI
14 lines
442 B
INI
[pytest]
|
|
minversion = 4.0.2
|
|
markers =
|
|
single: mark a test as single cpu only
|
|
slow: mark a test as slow
|
|
network: mark a test as network
|
|
db: tests requiring a database (mysql or postgres)
|
|
high_memory: mark a test as a high-memory only
|
|
clipboard: mark a pd.read_clipboard test
|
|
filterwarnings =
|
|
error:Sparse:FutureWarning
|
|
error:The SparseArray:FutureWarning
|
|
junit_family = xunit2
|