Package: rpy2 / 3.6.4-2

Metadata

Package Version Patches format
rpy2 3.6.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip_complex_tests_on_mips64el_and_riscv64_and_loong64.patch | (download)

rpy2-rinterface/src/rpy2/rinterface/tests/test_na.py | 5 4 + 1 - 0 !
rpy2-rinterface/src/rpy2/rinterface/tests/test_vector_complex.py | 18 18 + 0 - 0 !
rpy2-robjects/src/rpy2/robjects/tests/robjects/test_conversion_numpy.py | 4 4 + 0 - 0 !
rpy2-robjects/src/rpy2/robjects/tests/robjects/test_vector_datetime.py | 20 10 + 10 - 0 !
4 files changed, 36 insertions(+), 11 deletions(-)

 skip complex-valued tests on mips64el and riscv64
Bug-Debian: https://bugs.debian.org/1050432
Bug-Debian: https://bugs.debian.org/1071940
Bug-Debian: https://bugs.debian.org/1073251
remove_testpaths.patch | (download)

pyproject.toml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove testpaths

In the Debian build environment, the tests are not where it says

non_namespace_package.patch | (download)

pyproject.toml | 2 1 + 1 - 0 !
src/rpy2/__init__.py | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 make this a normal package

The current packaging can't correctly build it as a namespace package,
pytest9_compat.patch | (download)

rpy2-robjects/src/rpy2/ipython/tests/test_rmagic.py | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 don't pytest.mark fixtures

The tests using it already have the same mark