Unverified Commit 7f07c8b6 authored by Moraxyc's avatar Moraxyc
Browse files

python313Packages.submitit: fix build

parent abc227df
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  flit-core,
  typing-extensions,
  pytestCheckHook,
  pytest-asyncio,
  pytest-asyncio_0,
}:

buildPythonPackage rec {
@@ -34,7 +34,8 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    pytestCheckHook
    pytest-asyncio
    # event_loop was removed in pytest-asyncio 1.x
    pytest-asyncio_0
  ];

  pythonImportsCheck = [