1 | initial version |
I may have found the cause of the problems.
I saved the /tmp files from the build.
File pip-req-build-d0lh1wr4/rpy2.egg-info/requires.txt has content:
cffi>=1.10.0 jinja2 pytest pytz tzlocal
whereas pip-req-build-d0lh1wr4/setup.py has:
if __name__ == '__main__': pack_dir = {PACKAGE_NAME: os.path.join(package_prefix, 'rpy2')}
requires = ['jinja2', 'pytz', 'tzlocal']
So, pytest is missing.
Could anyone confirm this possible error, please?