5 lines
137 B
Nix
5 lines
137 B
Nix
{ pytest-xdist }:
|
|
pytest-xdist.overridePythonAttrs (old: {
|
|
patches = (old.patches or [ ]) ++ [ ./concurrent-worker-crashes.patch ];
|
|
})
|