Package: python-cobra / 0.5.9-1

Metadata

Package Version Patches format
python-cobra 0.5.9-1 3.0 (quilt)

Patch series

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

documentation_builder/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use local mathjax.js
exclude pytest benchmark.patch | (download)

cobra/test/__init__.py | 3 1 + 2 - 0 !
cobra/test/test_flux_analysis.py | 46 0 + 46 - 0 !
cobra/test/test_io.py | 8 0 + 8 - 0 !
cobra/test/test_model.py | 68 0 + 68 - 0 !
4 files changed, 1 insertion(+), 124 deletions(-)

 remove benchmark functions from test suite
 We would not have run the benchmarks during the build and CI.
 However, we would still need python-pytest-benchmark in order to specify
 skipping the benchmarks. Because of #846045, we can't do that successfully,
 so I resort to just removing the code that would be skipped.