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: a94021ef40bb
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ac8dc50c5db7
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 30, 2018

  1. pythonPackages.pypeg2: fix nondeterministic test failure

    If test_xmlast runs before test_pyPEG2, the tests fail with:
    
    ERROR: runTest (pypeg2.test.test_pyPEG2.ParseInvisibleTestCase)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/build/pyPEG2-2.15.2/pypeg2/test/test_pyPEG2.py", line 258, in runTest
        self.assertEqual(r._ignore1, None)
    AttributeError: 'C1' object has no attribute '_ignore1'
    
    https://hydra.nixos.org/build/74632015
    orivej committed May 30, 2018
    Configuration menu
    Copy the full SHA
    ac8dc50 View commit details
    Browse the repository at this point in the history