From 33199f5b2613659fe121c8a09446f0a0e9b70654 Mon Sep 17 00:00:00 2001 From: Xarvex Date: Fri, 21 Aug 2026 12:53:59 -0500 Subject: [PATCH] fix(nix/package): update build and Python versions --- flake.nix | 5 +---- nix/package/default.nix | 2 -- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 85e7a525..3b51eb84 100644 --- a/flake.nix +++ b/flake.nix @@ -32,10 +32,7 @@ { pkgs, self', ... }: let python3 = builtins.head python3Versions; - python3Versions = with pkgs; [ - python313 - python312 - ]; + python3Versions = with pkgs; [ python314 ]; in { packages = diff --git a/nix/package/default.nix b/nix/package/default.nix index d4de0983..21830f55 100644 --- a/nix/package/default.nix +++ b/nix/package/default.nix @@ -140,10 +140,8 @@ python3Packages.buildPythonApplication { "tests/qt/test_build_tag_panel.py" "tests/qt/test_field_containers.py" "tests/qt/test_file_path_options.py" - "tests/qt/test_preview_panel.py" "tests/qt/test_tag_panel.py" "tests/qt/test_tag_search_panel.py" - "tests/test_library.py" ]; meta = {