Loading pkgs/development/python-modules/skytemple-files/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/python-modules/skytemple-files/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading