Enable skipped pandas and psutil integration tests

This commit is contained in:
Benjamin A. Beasley 2024-06-01 15:52:28 -04:00
commit e6b46905b4

View file

@ -24,6 +24,11 @@ BuildRequires: %{py3_dist pytest-forked}
# everywhere.
BuildRequires: %{py3_dist numpy}
BuildRequires: %{py3_dist pendulum}
# These are not in tests/requirements.txt, but they enable additional tests
%ifnarch %{ix86}
BuildRequires: %{py3_dist pandas}
%endif
BuildRequires: %{py3_dist psutil}
BuildRequires: rust-packaging