scipy: [BUG] 1.8.0: pytest is failing in 5 units
Describe your issue.
Looks lik epytest is failing in few units.
Reproducing Code Example
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolation`
- because I'm calling `build` with `--no-isolation` I'm using during all processes only locally installed modules
- install .whl file in </install/prefix>
- run pytest with PYTHONPATH pointing to sitearch and sitelib inside </install/prefix>
Error message
will include in next comment.
SciPy/NumPy/Python version information
scipy 1.8.0, python 3.8.13
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 21 (12 by maintainers)
$ python dev.py
or$ python runtests.py
from the scipy root. Or,$ pytest --pyargs scipy
to test already-installed version away from the repo root folder.