Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3.pkgs.msprime: use pytestCheckHook #255471

Merged
merged 1 commit into from
Sep 16, 2023

python3.pkgs.msprime: use pytestCheckHook

942d048
Select commit
Loading
Failed to load commit list.
Merged

python3.pkgs.msprime: use pytestCheckHook #255471

python3.pkgs.msprime: use pytestCheckHook
942d048
Select commit
Loading
Failed to load commit list.
OfBorg / python3.pkgs.msprime on x86_64-linux succeeded Sep 16, 2023 in 0s

Success

Attempted: python3.pkgs.msprime

Details

Partial log

tests/test_mutations.py::TestMatrixMutationModel::test_HKY_default
  /build/msprime-1.2.0/tests/test_mutations.py:278: DeprecationWarning: `alltrue` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `all` instead.
    self.verify_models_equivalent(msprime.HKY(1.0), msprime.JC69())

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
==================== 1377 passed, 17159 warnings in 24.38s =====================
Finished executing pytestCheckPhase
pytestcachePhase
pytestRemoveBytecodePhase
/nix/store/269jdqd1nxh6kd18yjav2kkqkjc07rqc-python3.10-msprime-1.2.0