mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 00:54:40 +00:00
python310Packages.skytemple-files: convert pytestFlagsArray to a list
This commit is contained in:
parent
f0363f573c
commit
ee5d3342eb
@ -20,7 +20,7 @@
|
|||||||
, graphql-core
|
, graphql-core
|
||||||
, gql
|
, gql
|
||||||
, armips
|
, armips
|
||||||
# tests
|
# tests
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, parameterized
|
, parameterized
|
||||||
, xmldiff
|
, xmldiff
|
||||||
@ -70,7 +70,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook parameterized xmldiff ] ++ passthru.optional-dependencies.spritecollab;
|
checkInputs = [ pytestCheckHook parameterized xmldiff ] ++ passthru.optional-dependencies.spritecollab;
|
||||||
pytestFlagsArray = "test/";
|
pytestFlagsArray = [ "test/" ];
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
"test/skytemple_files_test/common/spritecollab/sc_online_test.py"
|
"test/skytemple_files_test/common/spritecollab/sc_online_test.py"
|
||||||
"test/skytemple_files_test/compression_container/atupx/atupx_test.py" # Particularly long test
|
"test/skytemple_files_test/compression_container/atupx/atupx_test.py" # Particularly long test
|
||||||
|
Loading…
Reference in New Issue
Block a user