python310Packages.skytemple-files: convert pytestFlagsArray to a list

This commit is contained in:
figsoda 2023-05-29 20:14:01 -04:00
parent f0363f573c
commit ee5d3342eb

View File

@ -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