~ruther/guix-local

7a877935ac8a297f5098e6fce448681adcdb7a7a — Ayan Das 5 months ago e00a3fb
gnu: python-pgmpy: Skip flaky test_get_edges.

* gnu/packages/statistics.scm (python-pgmpy): Skip flaky test_get_edges.
  [arguments]: In #:test-flags, add "test_get_edges" to the pytest -k skip
  list.  Add a brief comment about the FileNotFoundError in tearDown removing
  missing 'dog_problem.xml'.
  [native-inputs]: Drop python-wheel.

Change-Id: I48609db063adb7d99c0813013fb95c049e874964
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +4 -2
@@ 3590,7 3590,10 @@ statistical summary in arrays and enumerables.")
                          ;; failed for 10th keyword liwork: dsyevr:liwork=1
                          "test_estimate"
                          "test_score_bnlearn"
                          "test_score_manual")
                          "test_score_manual"
                          ;; FileNotFoundError in tearDown: removes missing
                          ;; 'dog_problem.xml'.
                          "test_get_edges")
                    " and not "))))
    (propagated-inputs (list python-daft
                             python-joblib


@@ 3609,7 3612,6 @@ statistical summary in arrays and enumerables.")
                         python-pytest
                         python-pytest-xdist
                         python-setuptools
                         python-wheel
                         python-xgboost))
    (home-page "https://github.com/pgmpy/pgmpy")
    (synopsis "Probabilistic Graphical Models library")