From ee5d3342ebb57fd50886780aa6bc8b766283a022 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 29 May 2023 20:14:01 -0400 Subject: [PATCH] python310Packages.skytemple-files: convert pytestFlagsArray to a list --- pkgs/development/python-modules/skytemple-files/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/skytemple-files/default.nix b/pkgs/development/python-modules/skytemple-files/default.nix index b850f694dcf8..fb6a49ff6204 100644 --- a/pkgs/development/python-modules/skytemple-files/default.nix +++ b/pkgs/development/python-modules/skytemple-files/default.nix @@ -20,7 +20,7 @@ , graphql-core , gql , armips -# tests + # tests , pytestCheckHook , parameterized , xmldiff @@ -70,7 +70,7 @@ buildPythonPackage rec { }; checkInputs = [ pytestCheckHook parameterized xmldiff ] ++ passthru.optional-dependencies.spritecollab; - pytestFlagsArray = "test/"; + pytestFlagsArray = [ "test/" ]; disabledTestPaths = [ "test/skytemple_files_test/common/spritecollab/sc_online_test.py" "test/skytemple_files_test/compression_container/atupx/atupx_test.py" # Particularly long test