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

fix hanging tests due to a python bug #478

Merged
merged 4 commits into from
Dec 8, 2023
Merged

fix hanging tests due to a python bug #478

merged 4 commits into from
Dec 8, 2023

Commits on Dec 8, 2023

  1. flake.lock: Update

    Flake lock file updates:
    
    • Updated input 'nixpkgs':
        'github:nixos/nixpkgs/b56f06f3e8c6f48973a43765f4b02c756ba30da4' (2023-10-02)
      → 'github:nixos/nixpkgs/6a6d3373898c5fbd3ab8626e965f8b80cc932bb4' (2023-12-08)
    rumpelsepp committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9ff09c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e748a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3ed8ec View commit details
    Browse the repository at this point in the history
  4. fix(tests): Fix hanging tests

    There is a Python bug with .wait_closed(); just remove this invocation.
    
    * python/cpython#104344
    * python/cpython#109538
    rumpelsepp committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6271e56 View commit details
    Browse the repository at this point in the history