============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .pytest_cache rootdir: $(@D) configfile: pyproject.toml testpaths: tests/ collecting ... collected 87 items tests/test_application.py::test_async_app PASSED tests/test_application.py::test_async_tornado_app PASSED tests/test_application.py::test_asyncio_run PASSED tests/test_application.py::test_basic PASSED tests/test_application.py::test_cli_override PASSED tests/test_application.py::test_custom_config PASSED tests/test_application.py::test_default_traits PASSED tests/test_application.py::test_generate_config PASSED tests/test_application.py::test_load_bad_config PASSED tests/test_application.py::test_load_config PASSED tests/test_application.py::test_load_config_no_cwd PASSED tests/test_application.py::test_runtime_dir_changed PASSED tests/test_application.py::test_sync_tornado_run PASSED tests/test_command.py::test_argv0 PASSED tests/test_command.py::test_config_dir PASSED tests/test_command.py::test_data_dir PASSED tests/test_command.py::test_help PASSED tests/test_command.py::test_not_on_path PASSED tests/test_command.py::test_path_priority PASSED tests/test_command.py::test_paths PASSED tests/test_command.py::test_paths_debug PASSED tests/test_command.py::test_paths_json PASSED tests/test_command.py::test_runtime_dir PASSED tests/test_command.py::test_subcommand_list PASSED tests/test_command.py::test_subcommand_not_found PASSED tests/test_command.py::test_subcommand_not_given PASSED tests/test_command.py::test_version PASSED tests/test_migrate.py::test_app_migrate PASSED tests/test_migrate.py::test_app_migrate_skip_if_marker PASSED tests/test_migrate.py::test_app_migrate_skip_unwritable_marker PASSED tests/test_migrate.py::test_migrate PASSED tests/test_migrate.py::test_migrate_config PASSED tests/test_migrate.py::test_migrate_custom_default PASSED tests/test_migrate.py::test_migrate_default PASSED tests/test_migrate.py::test_migrate_dir PASSED tests/test_migrate.py::test_migrate_file PASSED tests/test_migrate.py::test_migrate_nothing PASSED tests/test_migrate.py::test_migrate_one PASSED tests/test_paths.py::test_config_dir PASSED tests/test_paths.py::test_config_dir_darwin SKIPPED (only run on macos) tests/test_paths.py::test_config_dir_linux SKIPPED (only run on linux) tests/test_paths.py::test_config_dir_windows SKIPPED (only run on wi...) tests/test_paths.py::test_config_env PASSED tests/test_paths.py::test_config_env_legacy PASSED tests/test_paths.py::test_data_dir_darwin SKIPPED (only run on macos) tests/test_paths.py::test_data_dir_darwin_legacy SKIPPED (only run o...) tests/test_paths.py::test_data_dir_env PASSED tests/test_paths.py::test_data_dir_env_legacy PASSED tests/test_paths.py::test_data_dir_linux SKIPPED (only run on linux) tests/test_paths.py::test_data_dir_linux_legacy SKIPPED (only run on...) tests/test_paths.py::test_data_dir_windows SKIPPED (only run on windows) tests/test_paths.py::test_data_dir_windows_legacy SKIPPED (only run ...) tests/test_paths.py::test_envset PASSED tests/test_paths.py::test_exists PASSED tests/test_paths.py::test_insecure_write_warning PASSED tests/test_paths.py::test_is_hidden PASSED tests/test_paths.py::test_is_hidden_win32_cpython SKIPPED (only run ...) tests/test_paths.py::test_is_hidden_win32_pypy SKIPPED (only run on ...) tests/test_paths.py::test_jupyter_config_path PASSED tests/test_paths.py::test_jupyter_config_path_env PASSED tests/test_paths.py::test_jupyter_config_path_no_user_site PASSED tests/test_paths.py::test_jupyter_config_path_prefer_env PASSED tests/test_paths.py::test_jupyter_path PASSED tests/test_paths.py::test_jupyter_path_env PASSED tests/test_paths.py::test_jupyter_path_no_user_site SKIPPED (always ...) tests/test_paths.py::test_jupyter_path_prefer_env SKIPPED (always fa...) tests/test_paths.py::test_jupyter_path_subdir PASSED tests/test_paths.py::test_jupyter_path_sys_prefix PASSED tests/test_paths.py::test_jupyter_path_user_site SKIPPED (always fai...) tests/test_paths.py::test_prefer_environment_over_user PASSED tests/test_paths.py::test_runtime_dir_darwin SKIPPED (only run on macos) tests/test_paths.py::test_runtime_dir_darwin_legacy SKIPPED (only ru...) tests/test_paths.py::test_runtime_dir_env PASSED tests/test_paths.py::test_runtime_dir_env_legacy PASSED tests/test_paths.py::test_runtime_dir_linux SKIPPED (only run on linux) tests/test_paths.py::test_runtime_dir_linux_legacy SKIPPED (only run...) tests/test_paths.py::test_runtime_dir_windows SKIPPED (only run on w...) tests/test_paths.py::test_runtime_dir_windows_legacy SKIPPED (only r...) tests/test_paths.py::test_secure_write_unix PASSED tests/test_paths.py::test_secure_write_win32 SKIPPED (only runs on w...) tests/test_paths.py::test_win32_restrict_file_to_user_ctypes SKIPPED tests/test_troubleshoot.py::test_troubleshoot PASSED tests/test_utils.py::test_deprecation PASSED tests/test_utils.py::test_ensure_async PASSED tests/test_utils.py::test_ensure_dir_exists PASSED tests/test_utils.py::test_ensure_event_loop PASSED tests/test_utils.py::test_run_sync PASSED =============================== warnings summary =============================== jupyter_core/application.py:23 $(@D)/jupyter_core/application.py:23: DeprecationWarning: Jupyter is migrating its paths to use standard platformdirs given by the platformdirs library. To remove this warning and see the appropriate new directories, set the environment variable `JUPYTER_PLATFORM_DIRS=1` and then run `jupyter --paths`. The use of platformdirs will be the default in `jupyter_core` v6 from .paths import ( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============================= slowest 10 durations ============================= =========================== short test summary info ============================ ======== 65 passed, 22 skipped, 1 warning ========