From 9b505a8bdb87a7da6d8dc94ba045bcc587c428d5 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 27 Apr 2026 09:43:24 +0000 Subject: [PATCH] python3Packages.test2ref: re-order inputs --- pkgs/development/python-modules/test2ref/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/test2ref/default.nix b/pkgs/development/python-modules/test2ref/default.nix index e7f393fb3eb5..345c8e4de8e2 100644 --- a/pkgs/development/python-modules/test2ref/default.nix +++ b/pkgs/development/python-modules/test2ref/default.nix @@ -2,8 +2,14 @@ lib, buildPythonPackage, fetchFromGitHub, + + # build-system pdm-backend, + + # dependencies binaryornot, + + # tests pytest-cov-stub, pytestCheckHook, }: