Commit 8fac7d92 authored by Anthony Roussel's avatar Anthony Roussel Committed by Anthony ROUSSEL
Browse files
parent 9132a2c6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@ in {

  serverStable = mkServer {
    channel = "stable";
    version = "2.2.47";
    hash = "sha256-iZ/1qACPLe7r1cZMhJbFRjVt/FlVgadBgp9tJwvYSi0=";
    version = "2.2.49";
    hash = "sha256-fI49MxA6b2kPkUihLl32a6jo8oHcEwDEjmvSVDj8/So=";
  };

  serverPreview = mkServer {
    channel = "stable";
    version = "2.2.47";
    hash = "sha256-iZ/1qACPLe7r1cZMhJbFRjVt/FlVgadBgp9tJwvYSi0=";
    version = "2.2.49";
    hash = "sha256-fI49MxA6b2kPkUihLl32a6jo8oHcEwDEjmvSVDj8/So=";
  };
}
+4 −3
Original line number Diff line number Diff line
@@ -30,7 +30,9 @@ python3Packages.buildPythonApplication {
    cp ${pkgsStatic.busybox}/bin/busybox gns3server/compute/docker/resources/bin/busybox
  '';

  propagatedBuildInputs = with python3Packages; [
  build-system = with python3Packages; [ setuptools ];

  dependencies = with python3Packages; [
    aiofiles
    aiohttp
    aiohttp-cors
@@ -44,7 +46,6 @@ python3Packages.buildPythonApplication {
    psutil
    py-cpuinfo
    sentry-sdk
    setuptools
    truststore
    yarl
  ] ++ lib.optionals (pythonOlder "3.9") [
@@ -69,7 +70,7 @@ python3Packages.buildPythonApplication {
  checkInputs = with python3Packages; [
    pytest-aiohttp
    pytest-rerunfailures
    (pytestCheckHook.override { pytest = pytest_7; })
    pytestCheckHook
  ];

  pytestFlagsArray = [