Scipy: Scientific Tools for Python
Go to file
Miro Hrončok 6ac9ed170a acceptable_failure_rate.patch: Don't use pytest private API
The private API used here was removed in pytest 5.
There is a public API now, pytest.ExitCode.TESTS_FAILED,
however that is not yet available in pytest 4.

We hardcode the value 1 instead, it is unlikely to be changed.
Once pytest 4 is gone, we can switch to the new API.

See https://github.com/pytest-dev/pytest/issues/5125
2020-01-02 16:22:28 +01:00
.gitignore 1.3.1 sources 2019-11-09 00:18:57 +01:00
acceptable_failure_rate.patch acceptable_failure_rate.patch: Don't use pytest private API 2020-01-02 16:22:28 +01:00
ckdtree_bugfix.patch Add patch to bugfix cKDTree 2019-11-07 13:54:51 +01:00
numpy-deprecation-warnings.patch Fix FTBFS with Py3.8 2019-07-04 16:55:38 +02:00
scipy.spec Drop bogus subpackage license 2019-11-26 10:40:12 +01:00
sources 1.3.1 sources 2019-11-09 00:18:57 +01:00