| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
- use IUSE="test" for test dependencies
- remove useless sed block (those requirements files are used only
for CI.
- use cleaner URL to download from github
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/797451
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tests/test_axis.py::TestChart::test_tick_formatter PASSED [ 1%]
tests/test_axis.py::TestChart::test_ticks PASSED [ 2%]
tests/test_chart.py::TestChart::test_add_axes PASSED [ 4%]
tests/test_chart.py::TestChart::test_add_scales PASSED [ 5%]
tests/test_chart.py::TestChart::test_multiple_series PASSED [ 7%]
tests/test_chart.py::TestChart::test_scale_domain_warning PASSED [ 8%]
tests/test_chart.py::TestChart::test_set_axes PASSED [ 10%]
tests/test_chart.py::TestChart::test_set_scales PASSED [ 11%]
tests/test_chart.py::TestChart::test_single_series PASSED [ 12%]
tests/test_chart.py::TestChart::test_to_svg_file_handle PASSED [ 14%]
tests/test_chart.py::TestChart::test_to_svg_file_name PASSED [ 15%]
tests/test_chart.py::TestChart::test_unicode PASSED [ 17%]
tests/test_grid.py::TestGrid::test_add_many PASSED [ 18%]
tests/test_grid.py::TestGrid::test_add_one PASSED [ 20%]
tests/test_grid.py::TestGrid::test_to_svg_file_handle PASSED [ 21%]
tests/test_grid.py::TestGrid::test_to_svg_file_name PASSED [ 22%]
tests/test_lattice.py::TestLattice::test_add_many PASSED [ 24%]
tests/test_lattice.py::TestLattice::test_add_one PASSED [ 25%]
tests/test_lattice.py::TestLattice::test_bars PASSED [ 27%]
tests/test_lattice.py::TestLattice::test_bars_different PASSED [ 28%]
tests/test_scales.py::TestLinear::test_contains PASSED [ 30%]
tests/test_scales.py::TestLinear::test_decimal PASSED [ 31%]
tests/test_scales.py::TestLinear::test_no_spread PASSED [ 32%]
tests/test_scales.py::TestLinear::test_project PASSED [ 34%]
tests/test_scales.py::TestLinear::test_ticks PASSED [ 35%]
tests/test_scales.py::TestOrdinal::test_contains PASSED [ 37%]
tests/test_scales.py::TestOrdinal::test_project PASSED [ 38%]
tests/test_scales.py::TestOrdinal::test_project_interval PASSED [ 40%]
tests/test_scales.py::TestOrdinal::test_ticks PASSED [ 41%]
tests/test_scales.py::TestTemporal::test_contains PASSED [ 42%]
tests/test_scales.py::TestTemporal::test_project PASSED [ 44%]
tests/test_scales.py::TestTemporal::test_project_interval PASSED [ 45%]
tests/test_scales.py::TestTemporal::test_ticks PASSED [ 47%]
tests/test_series.py::TestSeries::test_custom PASSED [ 48%]
tests/test_series.py::TestSeries::test_dicts PASSED [ 50%]
tests/test_series.py::TestSeries::test_lists PASSED [ 51%]
tests/test_series.py::TestSeries::test_pairs PASSED [ 52%]
tests/test_series.py::TestCategorySeries::test_triples PASSED [ 54%]
tests/test_shapes.py::TestBars::test_nulls PASSED [ 55%]
tests/test_shapes.py::TestBars::test_to_svg PASSED [ 57%]
tests/test_shapes.py::TestBars::test_validate PASSED [ 58%]
tests/test_shapes.py::TestBars::test_zeros PASSED [ 60%]
tests/test_shapes.py::TestColumns::test_nulls PASSED [ 61%]
tests/test_shapes.py::TestColumns::test_to_svg PASSED [ 62%]
tests/test_shapes.py::TestColumns::test_validate PASSED [ 64%]
tests/test_shapes.py::TestDots::test_linear PASSED [ 65%]
tests/test_shapes.py::TestDots::test_nulls PASSED [ 67%]
tests/test_shapes.py::TestDots::test_ordinal PASSED [ 68%]
tests/test_shapes.py::TestDots::test_validate PASSED [ 70%]
tests/test_shapes.py::TestLine::test_linear PASSED [ 71%]
tests/test_shapes.py::TestLine::test_nulls PASSED [ 72%]
tests/test_shapes.py::TestLine::test_ordinal PASSED [ 74%]
tests/test_shapes.py::TestLine::test_validate PASSED [ 75%]
tests/test_ticks.py::TestScoreTicker::test_years PASSED [ 77%]
tests/test_ticks.py::TestScoreTimeTicker::test_days PASSED [ 78%]
tests/test_ticks.py::TestScoreTimeTicker::test_days_datetime PASSED [ 80%]
tests/test_ticks.py::TestScoreTimeTicker::test_days_for_months PASSED [ 81%]
tests/test_ticks.py::TestScoreTimeTicker::test_hours PASSED [ 82%]
tests/test_ticks.py::TestScoreTimeTicker::test_hours_for_days PASSED [ 84%]
tests/test_ticks.py::TestScoreTimeTicker::test_microseconds PASSED [ 85%]
tests/test_ticks.py::TestScoreTimeTicker::test_microseconds_for_seconds PASSED [ 87%]
tests/test_ticks.py::TestScoreTimeTicker::test_minutes PASSED [ 88%]
tests/test_ticks.py::TestScoreTimeTicker::test_minutes_for_hours PASSED [ 90%]
tests/test_ticks.py::TestScoreTimeTicker::test_months PASSED [ 91%]
tests/test_ticks.py::TestScoreTimeTicker::test_months_datetime PASSED [ 92%]
tests/test_ticks.py::TestScoreTimeTicker::test_months_for_years PASSED [ 94%]
tests/test_ticks.py::TestScoreTimeTicker::test_seconds PASSED [ 95%]
tests/test_ticks.py::TestScoreTimeTicker::test_seconds_for_minutes PASSED [ 97%]
tests/test_ticks.py::TestScoreTimeTicker::test_years PASSED [ 98%]
tests/test_ticks.py::TestScoreTimeTicker::test_years_datetime PASSED [100%]
Reported-py: Michał Górny <mgorny@gentoo.org>
Closes: https://bugs.gentoo.org/797313
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/797397
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
|
|
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
|