Files
dotfiles/overlays/patches/pytest-xdist/default.nix
T

5 lines
137 B
Nix

{ pytest-xdist }:
pytest-xdist.overridePythonAttrs (old: {
patches = (old.patches or [ ]) ++ [ ./concurrent-worker-crashes.patch ];
})