Unverified Commit 88aa9235 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python311Packages.yaspin: speed up tests with xdist

from ~17.7 sec to ~5.5s
parent f1a7704d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, poetry-core
, pytest-xdist
, pytestCheckHook
, pythonOlder
, termcolor
@@ -30,6 +31,7 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    pytest-xdist
    pytestCheckHook
  ];