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: 1b9b1440b984
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 27f107dc0121
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 30, 2020

  1. pythonPackages.selectors2: fix build by disabling failing test_above_…

    …fd_setsize
    
    This fixes the following error in the `selectors2` test suite:
    
    ```
    ======================================================================
    ERROR: test_above_fd_setsize (tests.test_selectors2.PollSelectorTestCase)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/private/var/folders/5h/b11m6fxj2tqgbxwz5bgjy42c0000gn/T/nix-build-python3.8-selectors2-2.0.1.drv-0/selectors2-2.0.1/tests/test_selectors2.py", line 530, in test_above_fd_setsize
        self.assertEqual(limit_nofile // 2, len(s.select()))
      File "/private/var/folders/5h/b11m6fxj2tqgbxwz5bgjy42c0000gn/T/nix-build-python3.8-selectors2-2.0.1.drv-0/selectors2-2.0.1/selectors2.py", line 402, in select
        fd_events = _syscall_wrapper(self._wrap_poll, True, timeout=timeout)
      File "/private/var/folders/5h/b11m6fxj2tqgbxwz5bgjy42c0000gn/T/nix-build-python3.8-selectors2-2.0.1.drv-0/selectors2-2.0.1/selectors2.py", line 662, in _syscall_wrapper
        return func(*args, **kwargs)
      File "/private/var/folders/5h/b11m6fxj2tqgbxwz5bgjy42c0000gn/T/nix-build-python3.8-selectors2-2.0.1.drv-0/selectors2-2.0.1/selectors2.py", line 397, in _wrap_poll
        result = self._poll.poll(timeout)
    OSError: [Errno 22] Invalid argument
    
    ----------------------------------------------------------------------
    ```
    basvandijk committed Jun 30, 2020
    Copy the full SHA
    ea56dbf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Merge pull request #91840 from basvandijk/fix-selectors2

    pythonPackages.selectors2: fix build by disabling failing test_above_fd_setsize
    basvandijk committed Jul 1, 2020
    Copy the full SHA
    27f107d View commit details
    Browse the repository at this point in the history