Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 901cde262384
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9a39c1be2ccf
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 10, 2020

  1. python3Packages.psautohint: disable slow tests

    * Reduces test time from ~5 mins to ~30 seconds.
    * Also converts to pytestCheckHook for better test control.
    * Makes fetchFromGitHub variables match convention.
    * remove pytest-randomly.
        pytest-randomly will randomize test order &
        reset random seeds between tests.
        We don't want the random test ordering for reproducible builds, so we
        remove it.
    * Fixes flaky test "test_hashmap_old_version" by pinning pytest to v5,
        corresponding to upstream issue:
        https://github.com/adobe-type-tools/psautohint/issues/284#issuecomment-742800965
    
    py3.psautohint: use pytest5
    drewrisinger committed Dec 10, 2020
    Copy the full SHA
    c2c9fcc View commit details
    Browse the repository at this point in the history
  2. python3Packages.afdko: use pytestCheckHook

    Convert to standard pytestCheckHook.
    This allows easier testing of derivation build & disabling tests.
    Also disable slow tests.
    drewrisinger committed Dec 10, 2020
    Copy the full SHA
    d6187d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Copy the full SHA
    9a39c1b View commit details
    Browse the repository at this point in the history