Loading pkgs/applications/audio/mopidy/tidal.nix +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec { pytest-mock ]; pytestFlagsArray = [ "tests/" ]; enabledTestPaths = [ "tests/" ]; meta = { description = "Mopidy extension for playing music from Tidal"; Loading pkgs/applications/graphics/inkscape/extensions/silhouette/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ python3.pkgs.buildPythonApplication rec { umockdev ]; pytestFlagsArray = [ enabledTestPaths = [ "test" ]; Loading pkgs/applications/misc/electrum/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ python3.pkgs.buildPythonApplication rec { pycryptodomex ]; pytestFlagsArray = [ "tests" ]; enabledTestPaths = [ "tests" ]; postCheck = '' $out/bin/electrum help >/dev/null Loading pkgs/applications/misc/electrum/ltc.nix +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ python3.pkgs.buildPythonApplication { ]; buildInputs = lib.optional stdenv.hostPlatform.isLinux qtwayland; pytestFlagsArray = [ "electrum_ltc/tests" ]; enabledTestPaths = [ "electrum_ltc/tests" ]; disabledTests = [ "test_loop" # test tries to bind 127.0.0.1 causing permission error Loading pkgs/applications/misc/mbutil/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ buildPythonApplication rec { build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "test/test.py" ]; enabledTestPaths = [ "test/test.py" ]; meta = { description = "Importer and exporter for MBTiles"; Loading Loading
pkgs/applications/audio/mopidy/tidal.nix +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ python3Packages.buildPythonApplication rec { pytest-mock ]; pytestFlagsArray = [ "tests/" ]; enabledTestPaths = [ "tests/" ]; meta = { description = "Mopidy extension for playing music from Tidal"; Loading
pkgs/applications/graphics/inkscape/extensions/silhouette/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ python3.pkgs.buildPythonApplication rec { umockdev ]; pytestFlagsArray = [ enabledTestPaths = [ "test" ]; Loading
pkgs/applications/misc/electrum/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -133,7 +133,7 @@ python3.pkgs.buildPythonApplication rec { pycryptodomex ]; pytestFlagsArray = [ "tests" ]; enabledTestPaths = [ "tests" ]; postCheck = '' $out/bin/electrum help >/dev/null Loading
pkgs/applications/misc/electrum/ltc.nix +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ python3.pkgs.buildPythonApplication { ]; buildInputs = lib.optional stdenv.hostPlatform.isLinux qtwayland; pytestFlagsArray = [ "electrum_ltc/tests" ]; enabledTestPaths = [ "electrum_ltc/tests" ]; disabledTests = [ "test_loop" # test tries to bind 127.0.0.1 causing permission error Loading
pkgs/applications/misc/mbutil/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ buildPythonApplication rec { build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "test/test.py" ]; enabledTestPaths = [ "test/test.py" ]; meta = { description = "Importer and exporter for MBTiles"; Loading