Skip to content

Instantly share code, notes, and snippets.

@nedbat
Created May 7, 2024 15:01
Show Gist options
  • Save nedbat/3ad003d2c6428282e3249fd33a5f8e2d to your computer and use it in GitHub Desktop.
Save nedbat/3ad003d2c6428282e3249fd33a5f8e2d to your computer and use it in GitHub Desktop.
% git log -n 1
commit e5c6df77d40c8a5ae7aee7a5ac4fbb74c25a3bcd (HEAD, tag: coverage-1770)
Author: Jason R. Coombs <jaraco@jaraco.com>
Date: Sun Apr 28 10:54:30 2024 -0400
Add compatibility shim for Python 3.9 and earlier.
% nox
nox > Running session pre_commit
nox > Creating virtual environment (virtualenv) using python in .nox/pre_commit
nox > python -m pip install pre-commit
nox > pre-commit run --all-files --show-diff-on-failure
black....................................................................Passed
pyupgrade................................................................Passed
isort....................................................................Passed
flake8...................................................................Passed
trim trailing whitespace.................................................Passed
fix end of files.........................................................Passed
debug statements (python)................................................Passed
check toml...............................................................Passed
check yaml...............................................................Passed
nox > Session pre_commit was successful.
nox > Running session docs
nox > Creating virtual environment (virtualenv) using python in .nox/docs
nox > python -m pip install '.[dev]'
nox > python -m sphinx -T -E -W --keep-going -b html -d docs/_build/doctrees -D language=en docs docs/_build/html
Running Sphinx v7.3.7
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 12 source files that are out of date
updating environment: [new config] 12 added, 0 changed, 0 removed
reading sources... [100%] tutorial
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets... copying static files... done
copying extra files... done
done
writing output... [100%] tutorial
generating indices... genindex done
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.
The HTML pages are in docs/_build/html.
nox > Session docs was successful.
nox > Running session typecheck
nox > Creating virtual environment (virtualenv) using python in .nox/typecheck
nox > python -m pip install . mypy 'click!=8.1.4'
nox > mypy src
src/towncrier/_settings/load.py:202: error: Returning Any from function declared to return "bool" [no-any-return]
Found 1 error in 1 file (checked 17 source files)
nox > Command mypy src failed with exit code 1
nox > Session typecheck failed.
nox > Running session tests-pypy3.8
nox > Creating virtual environment (virtualenv) using pypy3.8 in .nox/tests-pypy3-8
nox > python -m pip install Twisted 'coverage[toml]'
nox > python -m pip install .
nox > coverage run --module twisted.trial towncrier
towncrier.test.test_build
TestCli
test_all_version_notes_in_a_single_file ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_bullet_points_false ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_collision ... [OK]
test_command ... [OK]
test_confirmation_says_no ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpwg0v0wa_/.git/
[main (root-commit) 661a6fd] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main 7635f34] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
test_default_start_string ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_default_start_string_markdown ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_draft_no_date ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpu_ufrmci/.git/
[main (root-commit) 661a6fd] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main 7635f34] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
test_in_different_dir_config_option ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_in_different_dir_dir_option ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_in_different_dir_with_nondefault_newsfragments_directory ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_keep_fragments ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmphlkyie00/.git/
[main (root-commit) c095bc1] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main f9865c7] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
test_markdown_no_name_title ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_needs_config ... [OK]
test_needs_version ... [OK]
test_no_confirmation ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpvk7mtwuf/.git/
[main (root-commit) c095bc1] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main f9865c7] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
test_no_newsfragment_directory ... [OK]
test_no_newsfragments ... fatal: not a git repository (or any of the parent directories): .git
[OK]
test_no_newsfragments_draft ... [OK]
test_no_package_changelog ... [OK]
test_project_name_in_config ... [OK]
test_projectless_changelog ... [OK]
test_release_notes_in_separate_files ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_section_and_type_sorting ... [OK]
test_singlefile_errors_and_explains_cleanly ... [OK]
test_start_string ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_subcommand ... [OK]
test_title_format_custom ... [OK]
test_title_format_false ... [OK]
test_version_in_config ... [OK]
test_with_topline_and_template_and_draft ... [OK]
test_yes_keep_error ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpmlo3w0wg/.git/
[main (root-commit) 99f1633] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main defc0f2] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
towncrier.test.test_builder
TestParseNewsfragmentBasename
test_counter ... [OK]
test_counter_with_extension ... [OK]
test_dots_in_ticket_name ... [OK]
test_dots_in_ticket_name_and_counter ... [OK]
test_dots_in_ticket_name_invalid_category ... [OK]
test_ignores_extension ... [OK]
test_invalid_category ... [OK]
test_non_numeric_ticket ... [OK]
test_non_numeric_ticket_with_extension ... [OK]
test_orphan ... [OK]
test_orphan_all_digits ... [OK]
test_orphan_with_dotted_number ... [OK]
test_orphan_with_number ... [OK]
test_simple ... [OK]
test_strip ... [OK]
test_strip_with_counter ... [OK]
towncrier.test.test_check
TestChecker
test_first_release ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpio4vfazd/.git/
[main (root-commit) ab73f87] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch b40b41d] Prepare a release
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
[OK]
test_fragment_exists ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp60btcuxn/.git/
[main (root-commit) ab73f87] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 7c35704] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/somefile.py
[otherbranch 914c993] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/1234.feature
[OK]
test_fragment_exists_hidden ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpxk79u5qx/.git/
[main (root-commit) 4ed791f] Initial Commit
3 files changed, 5 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 7579d1e] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/bar/somefile.py
[otherbranch e5a3bf8] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 deep/fragz/1234.feature
[OK]
test_fragment_missing ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpdcwt62el/.git/
[master (root-commit) ab73f87] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 7c35704] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/somefile.py
[OK]
test_get_default_compare_branch_fallback ... [OK]
test_get_default_compare_branch_main ... [OK]
test_get_default_compare_branch_missing ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpyc4g6amy/.git/
[main (root-commit) ab73f87] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
test_git_fails ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpyflbryyi/.git/
[main (root-commit) ab73f87] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
test_in_different_dir_with_nondefault_newsfragments_directory ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpmvrl_nny/.git/
[main (root-commit) c0051c2] Initial Commit
3 files changed, 3 insertions(+)
create mode 100644 foo/changelog.d/123.feature
create mode 100644 foo/foo/__init__.py
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch b601cda] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/foo/somefile.py
[otherbranch b8c2020] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/changelog.d/124.feature
[otherbranch cb6dc40] add a file
1 file changed, 1 insertion(+)
create mode 100644 bar/bar/somefile.py
[OK]
test_no_changes_made ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpzn5jb0ft/.git/
[master (root-commit) ab73f87] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
test_no_changes_made_config_path ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpsrfvdlc9/.git/
[master (root-commit) 9ae7264] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 not-pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
test_none_stdout_encoding_works ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp1i63j8aa/.git/
[master (root-commit) ab32bd2] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch a399dde] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/1234.feature
[OK]
test_release_branch ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpmvjw2qgg/.git/
[main (root-commit) ab32bd2] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 3a37367] First release
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
Switched to branch 'main'
Updating ab32bd2..3a37367
Fast-forward (no commit created; -m option ignored)
NEWS.rst | 7 +++++++
foo/newsfragments/123.feature | 1 -
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
Switched to a new branch 'new-feature-branch'
[new-feature-branch 6e751b1] A feature in the second release.
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/456.feature
Switched to branch 'main'
Updating 3a37367..6e751b1
Fast-forward (no commit created; -m option ignored)
foo/newsfragments/456.feature | 1 +
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/456.feature
Switched to a new branch 'next-release'
[next-release 3d08323] Second release
2 files changed, 9 insertions(+), 1 deletion(-)
delete mode 100644 foo/newsfragments/456.feature
[OK]
towncrier.test.test_create
TestCli
test_basics ... [OK]
test_content ... [OK]
test_content_without_eof_newline ... [OK]
test_create_orphan_fragment ... [OK]
test_create_orphan_fragment_custom_prefix ... [OK]
test_custom_extension ... [OK]
test_different_directory ... [OK]
test_directory_created ... [OK]
test_edit_abort ... [OK]
test_edit_with_comment ... [OK]
test_edit_without_comments ... [OK]
test_file_exists ... [OK]
test_file_exists_no_ext ... [OK]
test_file_exists_with_ext ... [OK]
test_in_different_dir_with_nondefault_newsfragments_directory ... [OK]
test_invalid_section ... [OK]
test_md_filename_extension ... [OK]
test_message_and_edit ... [OK]
test_no_filename_extension ... [OK]
test_without_filename ... [OK]
test_without_filename_no_orphan_config ... [OK]
test_without_filename_orphan ... [OK]
test_without_filename_with_message ... [OK]
towncrier.test.test_format
FormatterTests
test_basic ... [OK]
test_issue_format ... [OK]
test_line_wrapping ... [OK]
test_line_wrapping_disabled ... [OK]
test_markdown ... [OK]
test_split ... [OK]
towncrier.test.test_git
TestGit
test_empty_remove ... [OK]
towncrier.test.test_packaging
TestPackaging
test_version_warning ... [OK]
towncrier.test.test_project
InvocationTests
test_dash_m ... [OK]
test_version ... [OK]
VersionFetchingTests
test_already_installed_import ... [OK]
test_import_fails ... ERROR: tried to import projectname_without_any_files, but ran into this error: No module named 'projectname_without_any_files'
[OK]
test_incremental ... [OK]
test_installed_package_found_when_no_source_present ... [OK]
test_missing_version ... [OK]
test_missing_version_project_name ... [OK]
test_str ... [OK]
test_tuple ... [OK]
test_unknown_type ... [OK]
towncrier.test.test_settings
TomlSettingsTests
test_base ... [OK]
test_custom_types_as_tables ... [OK]
test_custom_types_as_tables_array_deprecated ... [OK]
test_explicit_template_extension ... [OK]
test_incorrect_all_bullets ... [OK]
test_incorrect_single_file ... [OK]
test_load_no_config ... [OK]
test_markdown ... [OK]
test_missing ... [OK]
test_missing_template ... [OK]
test_missing_template_in_towncrier ... [OK]
test_mistype_singlefile ... [OK]
test_template_extended ... [OK]
test_towncrier_toml_preferred ... [OK]
towncrier.test.test_write
WritingTests
test_append_at_top ... [OK]
test_append_at_top_with_hint ... [OK]
test_multiple_file_no_start_string ... [OK]
test_single_file_false_overwrite_duplicate_version ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_with_title_format_duplicate_version_raise ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
-------------------------------------------------------------------------------
Ran 122 tests in 6.367s
PASSED (successes=122)
nox > Session tests-pypy3.8 was successful.
nox > Running session tests-3.8
nox > Creating virtual environment (virtualenv) using python3.8 in .nox/tests-3-8
nox > python -m pip install Twisted 'coverage[toml]'
nox > python -m pip install .
nox > coverage run --module twisted.trial towncrier
towncrier.test.test_build
TestCli
test_all_version_notes_in_a_single_file ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_bullet_points_false ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_collision ... [OK]
test_command ... [OK]
test_confirmation_says_no ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpiice0i7u/.git/
[main (root-commit) 19d525e] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main bdaf375] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
test_default_start_string ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_default_start_string_markdown ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_draft_no_date ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpuf4vw6mb/.git/
[main (root-commit) 19d525e] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main bdaf375] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
test_in_different_dir_config_option ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_in_different_dir_dir_option ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_in_different_dir_with_nondefault_newsfragments_directory ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_keep_fragments ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpau_endts/.git/
[main (root-commit) 19d525e] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main bdaf375] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
test_markdown_no_name_title ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_needs_config ... [OK]
test_needs_version ... [OK]
test_no_confirmation ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpzpsdbc9s/.git/
[main (root-commit) 19d525e] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main bdaf375] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
test_no_newsfragment_directory ... [OK]
test_no_newsfragments ... fatal: not a git repository (or any of the parent directories): .git
[OK]
test_no_newsfragments_draft ... [OK]
test_no_package_changelog ... [OK]
test_project_name_in_config ... [OK]
test_projectless_changelog ... [OK]
test_release_notes_in_separate_files ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_section_and_type_sorting ... [OK]
test_singlefile_errors_and_explains_cleanly ... [OK]
test_start_string ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_subcommand ... [OK]
test_title_format_custom ... [OK]
test_title_format_false ... [OK]
test_version_in_config ... [OK]
test_with_topline_and_template_and_draft ... [OK]
test_yes_keep_error ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpkea1sxm8/.git/
[main (root-commit) 19d525e] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main bdaf375] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
towncrier.test.test_builder
TestParseNewsfragmentBasename
test_counter ... [OK]
test_counter_with_extension ... [OK]
test_dots_in_ticket_name ... [OK]
test_dots_in_ticket_name_and_counter ... [OK]
test_dots_in_ticket_name_invalid_category ... [OK]
test_ignores_extension ... [OK]
test_invalid_category ... [OK]
test_non_numeric_ticket ... [OK]
test_non_numeric_ticket_with_extension ... [OK]
test_orphan ... [OK]
test_orphan_all_digits ... [OK]
test_orphan_with_dotted_number ... [OK]
test_orphan_with_number ... [OK]
test_simple ... [OK]
test_strip ... [OK]
test_strip_with_counter ... [OK]
towncrier.test.test_check
TestChecker
test_first_release ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp_g2dbyvk/.git/
[main (root-commit) d49a099] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 04bda3d] Prepare a release
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
[OK]
test_fragment_exists ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpaslv_3qg/.git/
[main (root-commit) d49a099] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 682d1ec] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/somefile.py
[otherbranch 2011196] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/1234.feature
[OK]
test_fragment_exists_hidden ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpqpq5y10_/.git/
[main (root-commit) b8597b8] Initial Commit
3 files changed, 5 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch c7bfb49] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/bar/somefile.py
[otherbranch ade86be] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 deep/fragz/1234.feature
[OK]
test_fragment_missing ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp6aatw40v/.git/
[master (root-commit) d49a099] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 682d1ec] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/somefile.py
[OK]
test_get_default_compare_branch_fallback ... [OK]
test_get_default_compare_branch_main ... [OK]
test_get_default_compare_branch_missing ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp1jfc_fpl/.git/
[main (root-commit) d49a099] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
test_git_fails ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmplokyz8ix/.git/
[main (root-commit) d49a099] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
test_in_different_dir_with_nondefault_newsfragments_directory ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpbm8ujquo/.git/
[main (root-commit) 67cdcb0] Initial Commit
3 files changed, 3 insertions(+)
create mode 100644 foo/changelog.d/123.feature
create mode 100644 foo/foo/__init__.py
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch b272caa] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/foo/somefile.py
[otherbranch 4dcd2e7] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/changelog.d/124.feature
[otherbranch 90e5f5a] add a file
1 file changed, 1 insertion(+)
create mode 100644 bar/bar/somefile.py
[OK]
test_no_changes_made ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpw0ctiw0b/.git/
[master (root-commit) d49a099] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
test_no_changes_made_config_path ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp9vw23e6y/.git/
[master (root-commit) 79ea134] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 not-pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
test_none_stdout_encoding_works ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp7fabww9m/.git/
[master (root-commit) d49a099] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 41a6477] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/1234.feature
[OK]
test_release_branch ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpbipacoc5/.git/
[main (root-commit) d49a099] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 465d007] First release
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
Switched to branch 'main'
Updating d49a099..465d007
Fast-forward (no commit created; -m option ignored)
NEWS.rst | 7 +++++++
foo/newsfragments/123.feature | 1 -
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
Switched to a new branch 'new-feature-branch'
[new-feature-branch 921a8cd] A feature in the second release.
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/456.feature
Switched to branch 'main'
Updating 465d007..921a8cd
Fast-forward (no commit created; -m option ignored)
foo/newsfragments/456.feature | 1 +
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/456.feature
Switched to a new branch 'next-release'
[next-release 8d7ffff] Second release
2 files changed, 9 insertions(+), 1 deletion(-)
delete mode 100644 foo/newsfragments/456.feature
[OK]
towncrier.test.test_create
TestCli
test_basics ... [OK]
test_content ... [OK]
test_content_without_eof_newline ... [OK]
test_create_orphan_fragment ... [OK]
test_create_orphan_fragment_custom_prefix ... [OK]
test_custom_extension ... [OK]
test_different_directory ... [OK]
test_directory_created ... [OK]
test_edit_abort ... [OK]
test_edit_with_comment ... [OK]
test_edit_without_comments ... [OK]
test_file_exists ... [OK]
test_file_exists_no_ext ... [OK]
test_file_exists_with_ext ... [OK]
test_in_different_dir_with_nondefault_newsfragments_directory ... [OK]
test_invalid_section ... [OK]
test_md_filename_extension ... [OK]
test_message_and_edit ... [OK]
test_no_filename_extension ... [OK]
test_without_filename ... [OK]
test_without_filename_no_orphan_config ... [OK]
test_without_filename_orphan ... [OK]
test_without_filename_with_message ... [OK]
towncrier.test.test_format
FormatterTests
test_basic ... [OK]
test_issue_format ... [OK]
test_line_wrapping ... [OK]
test_line_wrapping_disabled ... [OK]
test_markdown ... [OK]
test_split ... [OK]
towncrier.test.test_git
TestGit
test_empty_remove ... [OK]
towncrier.test.test_packaging
TestPackaging
test_version_warning ... [OK]
towncrier.test.test_project
InvocationTests
test_dash_m ... [OK]
test_version ... [OK]
VersionFetchingTests
test_already_installed_import ... [OK]
test_import_fails ... ERROR: tried to import projectname_without_any_files, but ran into this error: No module named 'projectname_without_any_files'
[OK]
test_incremental ... [OK]
test_installed_package_found_when_no_source_present ... [OK]
test_missing_version ... [OK]
test_missing_version_project_name ... [OK]
test_str ... [OK]
test_tuple ... [OK]
test_unknown_type ... [OK]
towncrier.test.test_settings
TomlSettingsTests
test_base ... [OK]
test_custom_types_as_tables ... [OK]
test_custom_types_as_tables_array_deprecated ... [OK]
test_explicit_template_extension ... [OK]
test_incorrect_all_bullets ... [OK]
test_incorrect_single_file ... [OK]
test_load_no_config ... [OK]
test_markdown ... [OK]
test_missing ... [OK]
test_missing_template ... [OK]
test_missing_template_in_towncrier ... [OK]
test_mistype_singlefile ... [OK]
test_template_extended ... [OK]
test_towncrier_toml_preferred ... [OK]
towncrier.test.test_write
WritingTests
test_append_at_top ... [OK]
test_append_at_top_with_hint ... [OK]
test_multiple_file_no_start_string ... [OK]
test_single_file_false_overwrite_duplicate_version ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_with_title_format_duplicate_version_raise ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
-------------------------------------------------------------------------------
Ran 122 tests in 1.927s
PASSED (successes=122)
nox > Session tests-3.8 was successful.
nox > Running session tests-3.9
nox > Creating virtual environment (virtualenv) using python3.9 in .nox/tests-3-9
nox > python -m pip install Twisted 'coverage[toml]'
nox > python -m pip install .
nox > coverage run --module twisted.trial towncrier
towncrier.test.test_build
TestCli
test_all_version_notes_in_a_single_file ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_bullet_points_false ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_collision ... [OK]
test_command ... [OK]
test_confirmation_says_no ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp14awync4/.git/
[main (root-commit) aec4542] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main 3aee510] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
test_default_start_string ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_default_start_string_markdown ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_draft_no_date ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpgi547ayl/.git/
[main (root-commit) aec4542] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main 3aee510] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
test_in_different_dir_config_option ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_in_different_dir_dir_option ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_in_different_dir_with_nondefault_newsfragments_directory ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_keep_fragments ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpa94hn5er/.git/
[main (root-commit) aec4542] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main 3aee510] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
test_markdown_no_name_title ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_needs_config ... [OK]
test_needs_version ... [OK]
test_no_confirmation ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpgwfv6y_v/.git/
[main (root-commit) aec4542] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main 3aee510] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
test_no_newsfragment_directory ... [OK]
test_no_newsfragments ... fatal: not a git repository (or any of the parent directories): .git
[OK]
test_no_newsfragments_draft ... [OK]
test_no_package_changelog ... [OK]
test_project_name_in_config ... [OK]
test_projectless_changelog ... [OK]
test_release_notes_in_separate_files ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_section_and_type_sorting ... [OK]
test_singlefile_errors_and_explains_cleanly ... [OK]
test_start_string ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_subcommand ... [OK]
test_title_format_custom ... [OK]
test_title_format_false ... [OK]
test_version_in_config ... [OK]
test_with_topline_and_template_and_draft ... [OK]
test_yes_keep_error ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpgtda0biq/.git/
[main (root-commit) 50cde2b] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main 156b329] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
towncrier.test.test_builder
TestParseNewsfragmentBasename
test_counter ... [OK]
test_counter_with_extension ... [OK]
test_dots_in_ticket_name ... [OK]
test_dots_in_ticket_name_and_counter ... [OK]
test_dots_in_ticket_name_invalid_category ... [OK]
test_ignores_extension ... [OK]
test_invalid_category ... [OK]
test_non_numeric_ticket ... [OK]
test_non_numeric_ticket_with_extension ... [OK]
test_orphan ... [OK]
test_orphan_all_digits ... [OK]
test_orphan_with_dotted_number ... [OK]
test_orphan_with_number ... [OK]
test_simple ... [OK]
test_strip ... [OK]
test_strip_with_counter ... [OK]
towncrier.test.test_check
TestChecker
test_first_release ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpyiykmo3v/.git/
[main (root-commit) a0d7c20] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 7addb3d] Prepare a release
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
[OK]
test_fragment_exists ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpmppptepm/.git/
[main (root-commit) a0d7c20] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 3e25da0] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/somefile.py
[otherbranch 8671256] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/1234.feature
[OK]
test_fragment_exists_hidden ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmptewouy62/.git/
[main (root-commit) b2d4a4b] Initial Commit
3 files changed, 5 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 439286d] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/bar/somefile.py
[otherbranch 0165efb] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 deep/fragz/1234.feature
[OK]
test_fragment_missing ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp4pdau5u8/.git/
[master (root-commit) a0d7c20] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 3e25da0] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/somefile.py
[OK]
test_get_default_compare_branch_fallback ... [OK]
test_get_default_compare_branch_main ... [OK]
test_get_default_compare_branch_missing ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp322u_kv0/.git/
[main (root-commit) a0d7c20] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
test_git_fails ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpj8oolv2w/.git/
[main (root-commit) a0d7c20] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
test_in_different_dir_with_nondefault_newsfragments_directory ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmppjt3ec3l/.git/
[main (root-commit) e0234c7] Initial Commit
3 files changed, 3 insertions(+)
create mode 100644 foo/changelog.d/123.feature
create mode 100644 foo/foo/__init__.py
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch f06a3d9] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/foo/somefile.py
[otherbranch c8a986e] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/changelog.d/124.feature
[otherbranch 3d20d3f] add a file
1 file changed, 1 insertion(+)
create mode 100644 bar/bar/somefile.py
[OK]
test_no_changes_made ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpsi0bxr_v/.git/
[master (root-commit) a0d7c20] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
test_no_changes_made_config_path ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmppbfjgay9/.git/
[master (root-commit) ec47e7d] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 not-pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
test_none_stdout_encoding_works ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpyse469lq/.git/
[master (root-commit) a0d7c20] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch dc35bd2] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/1234.feature
[OK]
test_release_branch ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpaaey6iyd/.git/
[main (root-commit) a0d7c20] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 9926e40] First release
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
Switched to branch 'main'
Updating a0d7c20..9926e40
Fast-forward (no commit created; -m option ignored)
NEWS.rst | 7 +++++++
foo/newsfragments/123.feature | 1 -
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
Switched to a new branch 'new-feature-branch'
[new-feature-branch 5a2ca14] A feature in the second release.
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/456.feature
Switched to branch 'main'
Updating 9926e40..5a2ca14
Fast-forward (no commit created; -m option ignored)
foo/newsfragments/456.feature | 1 +
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/456.feature
Switched to a new branch 'next-release'
[next-release de8173f] Second release
2 files changed, 9 insertions(+), 1 deletion(-)
delete mode 100644 foo/newsfragments/456.feature
[OK]
towncrier.test.test_create
TestCli
test_basics ... [OK]
test_content ... [OK]
test_content_without_eof_newline ... [OK]
test_create_orphan_fragment ... [OK]
test_create_orphan_fragment_custom_prefix ... [OK]
test_custom_extension ... [OK]
test_different_directory ... [OK]
test_directory_created ... [OK]
test_edit_abort ... [OK]
test_edit_with_comment ... [OK]
test_edit_without_comments ... [OK]
test_file_exists ... [OK]
test_file_exists_no_ext ... [OK]
test_file_exists_with_ext ... [OK]
test_in_different_dir_with_nondefault_newsfragments_directory ... [OK]
test_invalid_section ... [OK]
test_md_filename_extension ... [OK]
test_message_and_edit ... [OK]
test_no_filename_extension ... [OK]
test_without_filename ... [OK]
test_without_filename_no_orphan_config ... [OK]
test_without_filename_orphan ... [OK]
test_without_filename_with_message ... [OK]
towncrier.test.test_format
FormatterTests
test_basic ... [OK]
test_issue_format ... [OK]
test_line_wrapping ... [OK]
test_line_wrapping_disabled ... [OK]
test_markdown ... [OK]
test_split ... [OK]
towncrier.test.test_git
TestGit
test_empty_remove ... [OK]
towncrier.test.test_packaging
TestPackaging
test_version_warning ... [OK]
towncrier.test.test_project
InvocationTests
test_dash_m ... [OK]
test_version ... [OK]
VersionFetchingTests
test_already_installed_import ... [OK]
test_import_fails ... ERROR: tried to import projectname_without_any_files, but ran into this error: No module named 'projectname_without_any_files'
[OK]
test_incremental ... [OK]
test_installed_package_found_when_no_source_present ... [OK]
test_missing_version ... [OK]
test_missing_version_project_name ... [OK]
test_str ... [OK]
test_tuple ... [OK]
test_unknown_type ... [OK]
towncrier.test.test_settings
TomlSettingsTests
test_base ... [OK]
test_custom_types_as_tables ... [OK]
test_custom_types_as_tables_array_deprecated ... [OK]
test_explicit_template_extension ... [OK]
test_incorrect_all_bullets ... [OK]
test_incorrect_single_file ... [OK]
test_load_no_config ... [OK]
test_markdown ... [OK]
test_missing ... [OK]
test_missing_template ... [OK]
test_missing_template_in_towncrier ... [OK]
test_mistype_singlefile ... [OK]
test_template_extended ... [OK]
test_towncrier_toml_preferred ... [OK]
towncrier.test.test_write
WritingTests
test_append_at_top ... [OK]
test_append_at_top_with_hint ... [OK]
test_multiple_file_no_start_string ... [OK]
test_single_file_false_overwrite_duplicate_version ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
test_with_title_format_duplicate_version_raise ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
-------------------------------------------------------------------------------
Ran 122 tests in 1.904s
PASSED (successes=122)
nox > Session tests-3.9 was successful.
nox > Running session tests-3.10
nox > Creating virtual environment (virtualenv) using python3.10 in .nox/tests-3-10
nox > python -m pip install Twisted 'coverage[toml]'
nox > python -m pip install .
nox > coverage run --module twisted.trial towncrier
towncrier.test.test_build
TestCli
test_all_version_notes_in_a_single_file ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:844: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:822: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_bullet_points_false ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:911: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:913: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:915: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:917: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_collision ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:222: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:224: EncodingWarning: 'encoding' argument not specified
test_command ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:26: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:36: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:39: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:41: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:43: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:45: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:47: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:49: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:52: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:55: EncodingWarning: 'encoding' argument not specified
test_confirmation_says_no ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpd9v42he5/.git/
[main (root-commit) 3f10042] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main a795292] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:484: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:486: EncodingWarning: 'encoding' argument not specified
test_default_start_string ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_default_start_string_markdown ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_draft_no_date ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpmmcofms4/.git/
[main (root-commit) 3f10042] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main a795292] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:394: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:396: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_config_option ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:133: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_dir_option ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:108: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_with_nondefault_newsfragments_directory ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:171: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:173: EncodingWarning: 'encoding' argument not specified
test_keep_fragments ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpaf1xuybv/.git/
[main (root-commit) 3f10042] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main a795292] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:435: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:437: EncodingWarning: 'encoding' argument not specified
test_markdown_no_name_title ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_needs_config ... [OK]
test_needs_version ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_no_confirmation ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpuz73o43x/.git/
[main (root-commit) 3f10042] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main a795292] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:411: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:413: EncodingWarning: 'encoding' argument not specified
test_no_newsfragment_directory ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_no_newsfragments ... fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_no_newsfragments_draft ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_no_package_changelog ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:678: EncodingWarning: 'encoding' argument not specified
test_project_name_in_config ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:635: EncodingWarning: 'encoding' argument not specified
test_projectless_changelog ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:534: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:537: EncodingWarning: 'encoding' argument not specified
test_release_notes_in_separate_files ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:725: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_section_and_type_sorting ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:243: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:283: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:290: EncodingWarning: 'encoding' argument not specified
test_singlefile_errors_and_explains_cleanly ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_start_string ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:1108: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:1110: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_subcommand ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:26: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:36: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:39: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:41: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:43: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:45: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:47: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:49: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:52: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:55: EncodingWarning: 'encoding' argument not specified
test_title_format_custom ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:987: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:990: EncodingWarning: 'encoding' argument not specified
test_title_format_false ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:1044: EncodingWarning: 'encoding' argument not specified
test_version_in_config ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:592: EncodingWarning: 'encoding' argument not specified
test_with_topline_and_template_and_draft ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:1315: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:1317: EncodingWarning: 'encoding' argument not specified
test_yes_keep_error ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpshswu1ep/.git/
[main (root-commit) 24698a9] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main e8ad545] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:463: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_build.py:465: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_builder
TestParseNewsfragmentBasename
test_counter ... [OK]
test_counter_with_extension ... [OK]
test_dots_in_ticket_name ... [OK]
test_dots_in_ticket_name_and_counter ... [OK]
test_dots_in_ticket_name_invalid_category ... [OK]
test_ignores_extension ... [OK]
test_invalid_category ... [OK]
test_non_numeric_ticket ... [OK]
test_non_numeric_ticket_with_extension ... [OK]
test_orphan ... [OK]
test_orphan_all_digits ... [OK]
test_orphan_with_dotted_number ... [OK]
test_orphan_with_number ... [OK]
test_simple ... [OK]
test_strip ... [OK]
test_strip_with_counter ... [OK]
towncrier.test.test_check
TestChecker
test_first_release ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp4cyear6q/.git/
[main (root-commit) 0990132] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch b171610] Prepare a release
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_fragment_exists ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp3mfmh_f8/.git/
[main (root-commit) 0990132] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 3714f19] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/somefile.py
[otherbranch f90b379] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/1234.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_fragment_exists_hidden ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpfxaugq4i/.git/
[main (root-commit) 3591fd2] Initial Commit
3 files changed, 5 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 9cb4d0a] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/bar/somefile.py
[otherbranch 0a7ed68] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 deep/fragz/1234.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_fragment_missing ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp4oj683lf/.git/
[master (root-commit) 0990132] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 3714f19] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/somefile.py
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:156: EncodingWarning: 'encoding' argument not specified
test_get_default_compare_branch_fallback ... [OK]
test_get_default_compare_branch_main ... [OK]
test_get_default_compare_branch_missing ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmppzn1fepk/.git/
[main (root-commit) 0990132] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_git_fails ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpjk6sdjll/.git/
[main (root-commit) 0990132] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_with_nondefault_newsfragments_directory ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpa13wxayz/.git/
[main (root-commit) 176724d] Initial Commit
3 files changed, 3 insertions(+)
create mode 100644 foo/changelog.d/123.feature
create mode 100644 foo/foo/__init__.py
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 982e27f] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/foo/somefile.py
[otherbranch 7b22c40] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/changelog.d/124.feature
[otherbranch bd15644] add a file
1 file changed, 1 insertion(+)
create mode 100644 bar/bar/somefile.py
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:308: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:316: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:318: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_no_changes_made ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpp2ihc1_h/.git/
[master (root-commit) 0990132] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_no_changes_made_config_path ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp8lde1_9z/.git/
[master (root-commit) e03f2d9] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 not-pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_none_stdout_encoding_works ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp1m68f0tw/.git/
[master (root-commit) 0990132] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 163f8ab] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/1234.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:179: EncodingWarning: 'encoding' argument not specified
test_release_branch ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpfecxuc17/.git/
[main (root-commit) 8dcda1d] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch f57dbc7] First release
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
Switched to branch 'main'
Updating 8dcda1d..f57dbc7
Fast-forward (no commit created; -m option ignored)
NEWS.rst | 7 +++++++
foo/newsfragments/123.feature | 1 -
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
Switched to a new branch 'new-feature-branch'
[new-feature-branch 7f25306] A feature in the second release.
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/456.feature
Switched to branch 'main'
Updating f57dbc7..7f25306
Fast-forward (no commit created; -m option ignored)
foo/newsfragments/456.feature | 1 +
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/456.feature
Switched to a new branch 'next-release'
[next-release 6a3c9d1] Second release
2 files changed, 9 insertions(+), 1 deletion(-)
delete mode 100644 foo/newsfragments/456.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_create
TestCli
test_basics ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_content ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_content_without_eof_newline ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_create_orphan_fragment ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_create_orphan_fragment_custom_prefix ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_custom_extension ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_different_directory ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_directory_created ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_edit_abort ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_edit_with_comment ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_edit_without_comments ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_file_exists ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_file_exists_no_ext ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_file_exists_with_ext ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_with_nondefault_newsfragments_directory ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:458: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:465: EncodingWarning: 'encoding' argument not specified
test_invalid_section ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_md_filename_extension ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_message_and_edit ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_no_filename_extension ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_without_filename ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:308: EncodingWarning: 'encoding' argument not specified
test_without_filename_no_orphan_config ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:363: EncodingWarning: 'encoding' argument not specified
test_without_filename_orphan ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:339: EncodingWarning: 'encoding' argument not specified
test_without_filename_with_message ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_create.py:386: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_format
FormatterTests
test_basic ... [OK]
test_issue_format ... [OK]
test_line_wrapping ... [OK]
test_line_wrapping_disabled ... [OK]
test_markdown ... [OK]
test_split ... [OK]
towncrier.test.test_git
TestGit
test_empty_remove ... [OK]
towncrier.test.test_packaging
TestPackaging
test_version_warning ... [OK]
towncrier.test.test_project
InvocationTests
test_dash_m ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_project.py:188: EncodingWarning: 'encoding' argument not specified
test_version ... [OK]
VersionFetchingTests
test_already_installed_import ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_project.py:139: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_project.py:145: EncodingWarning: 'encoding' argument not specified
test_import_fails ... ERROR: tried to import projectname_without_any_files, but ran into this error: No module named 'projectname_without_any_files'
[OK]
test_incremental ... [OK]
test_installed_package_found_when_no_source_present ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_project.py:165: EncodingWarning: 'encoding' argument not specified
test_missing_version ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_missing_version_project_name ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_str ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_project.py:34: EncodingWarning: 'encoding' argument not specified
test_tuple ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_project.py:47: EncodingWarning: 'encoding' argument not specified
test_unknown_type ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_project.py:116: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_settings
TomlSettingsTests
test_base ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_custom_types_as_tables ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_custom_types_as_tables_array_deprecated ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_explicit_template_extension ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_incorrect_all_bullets ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_incorrect_single_file ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_load_no_config ... [OK]
test_markdown ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_missing ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_missing_template ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_missing_template_in_towncrier ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_mistype_singlefile ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_template_extended ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_towncrier_toml_preferred ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_write
WritingTests
test_append_at_top ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_write.py:79: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_write.py:103: EncodingWarning: 'encoding' argument not specified
test_append_at_top_with_hint ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_write.py:210: EncodingWarning: 'encoding' argument not specified
test_multiple_file_no_start_string ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_write.py:247: EncodingWarning: 'encoding' argument not specified
test_single_file_false_overwrite_duplicate_version ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_write.py:338: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_write.py:319: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_write.py:361: EncodingWarning: 'encoding' argument not specified
test_with_title_format_duplicate_version_raise ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_write.py:287: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_write.py:297: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-10/lib/python3.10/site-packages/towncrier/test/test_write.py:268: EncodingWarning: 'encoding' argument not specified
-------------------------------------------------------------------------------
Ran 122 tests in 1.929s
PASSED (successes=122)
nox > Session tests-3.10 was successful.
nox > Running session tests-3.11
nox > Creating virtual environment (virtualenv) using python3.11 in .nox/tests-3-11
nox > python -m pip install Twisted 'coverage[toml]'
nox > python -m pip install .
nox > coverage run --module twisted.trial towncrier
towncrier.test.test_build
TestCli
test_all_version_notes_in_a_single_file ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:844: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:822: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_bullet_points_false ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:911: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:913: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:915: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:917: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_collision ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:222: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:224: EncodingWarning: 'encoding' argument not specified
test_command ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:26: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:36: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:39: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:41: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:43: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:45: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:47: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:49: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:52: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:55: EncodingWarning: 'encoding' argument not specified
test_confirmation_says_no ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmphmsx3vxb/.git/
[main (root-commit) 7f8823b] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main be4ad3f] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:484: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:486: EncodingWarning: 'encoding' argument not specified
test_default_start_string ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_default_start_string_markdown ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_draft_no_date ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpskeleyso/.git/
[main (root-commit) 7f8823b] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main be4ad3f] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:394: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:396: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_config_option ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:133: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_dir_option ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:108: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_with_nondefault_newsfragments_directory ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:171: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:173: EncodingWarning: 'encoding' argument not specified
test_keep_fragments ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp8sw56hrx/.git/
[main (root-commit) 7f8823b] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main be4ad3f] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:435: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:437: EncodingWarning: 'encoding' argument not specified
test_markdown_no_name_title ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_needs_config ... [OK]
test_needs_version ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_no_confirmation ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp2ps5jsot/.git/
[main (root-commit) 7f8823b] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main be4ad3f] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:411: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:413: EncodingWarning: 'encoding' argument not specified
test_no_newsfragment_directory ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_no_newsfragments ... fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_no_newsfragments_draft ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_no_package_changelog ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:678: EncodingWarning: 'encoding' argument not specified
test_project_name_in_config ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:635: EncodingWarning: 'encoding' argument not specified
test_projectless_changelog ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:534: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:537: EncodingWarning: 'encoding' argument not specified
test_release_notes_in_separate_files ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:725: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_section_and_type_sorting ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:243: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:283: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:290: EncodingWarning: 'encoding' argument not specified
test_singlefile_errors_and_explains_cleanly ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_start_string ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:1108: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:1110: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_subcommand ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:26: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:36: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:39: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:41: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:43: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:45: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:47: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:49: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:52: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:55: EncodingWarning: 'encoding' argument not specified
test_title_format_custom ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:987: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:990: EncodingWarning: 'encoding' argument not specified
test_title_format_false ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:1044: EncodingWarning: 'encoding' argument not specified
test_version_in_config ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:592: EncodingWarning: 'encoding' argument not specified
test_with_topline_and_template_and_draft ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:1315: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:1317: EncodingWarning: 'encoding' argument not specified
test_yes_keep_error ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmplb1x3rft/.git/
[main (root-commit) 7f8823b] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main be4ad3f] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:463: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_build.py:465: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_builder
TestParseNewsfragmentBasename
test_counter ... [OK]
test_counter_with_extension ... [OK]
test_dots_in_ticket_name ... [OK]
test_dots_in_ticket_name_and_counter ... [OK]
test_dots_in_ticket_name_invalid_category ... [OK]
test_ignores_extension ... [OK]
test_invalid_category ... [OK]
test_non_numeric_ticket ... [OK]
test_non_numeric_ticket_with_extension ... [OK]
test_orphan ... [OK]
test_orphan_all_digits ... [OK]
test_orphan_with_dotted_number ... [OK]
test_orphan_with_number ... [OK]
test_simple ... [OK]
test_strip ... [OK]
test_strip_with_counter ... [OK]
towncrier.test.test_check
TestChecker
test_first_release ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpsoektiek/.git/
[main (root-commit) 5ed8f51] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch cce7477] Prepare a release
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_fragment_exists ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpnk_ucw07/.git/
[main (root-commit) 5ed8f51] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 6ba0345] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/somefile.py
[otherbranch 63627e6] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/1234.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_fragment_exists_hidden ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpnp7y513n/.git/
[main (root-commit) c5ac762] Initial Commit
3 files changed, 5 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 2014769] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/bar/somefile.py
[otherbranch a3a3b3d] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 deep/fragz/1234.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_fragment_missing ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp6am14ng1/.git/
[master (root-commit) 5ed8f51] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 6ba0345] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/somefile.py
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:156: EncodingWarning: 'encoding' argument not specified
test_get_default_compare_branch_fallback ... [OK]
test_get_default_compare_branch_main ... [OK]
test_get_default_compare_branch_missing ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpcndcqmqw/.git/
[main (root-commit) 5ed8f51] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_git_fails ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpvl9yvyrk/.git/
[main (root-commit) 5ed8f51] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_with_nondefault_newsfragments_directory ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpzmuu_dth/.git/
[main (root-commit) a5bba0c] Initial Commit
3 files changed, 3 insertions(+)
create mode 100644 foo/changelog.d/123.feature
create mode 100644 foo/foo/__init__.py
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 869230e] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/foo/somefile.py
[otherbranch e12ff49] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/changelog.d/124.feature
[otherbranch ad79db1] add a file
1 file changed, 1 insertion(+)
create mode 100644 bar/bar/somefile.py
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:308: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:316: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:318: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_no_changes_made ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp3_j_0msd/.git/
[master (root-commit) 5ed8f51] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_no_changes_made_config_path ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpvhks5dsr/.git/
[master (root-commit) 8435a1d] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 not-pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_none_stdout_encoding_works ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp4izr4uqk/.git/
[master (root-commit) 5ed8f51] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch af8c181] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/1234.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:179: EncodingWarning: 'encoding' argument not specified
test_release_branch ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp_xacmoa0/.git/
[main (root-commit) 5ed8f51] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch d6d4550] First release
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
Switched to branch 'main'
Updating 5ed8f51..d6d4550
Fast-forward (no commit created; -m option ignored)
NEWS.rst | 7 +++++++
foo/newsfragments/123.feature | 1 -
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
Switched to a new branch 'new-feature-branch'
[new-feature-branch e6a4d11] A feature in the second release.
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/456.feature
Switched to branch 'main'
Updating d6d4550..e6a4d11
Fast-forward (no commit created; -m option ignored)
foo/newsfragments/456.feature | 1 +
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/456.feature
Switched to a new branch 'next-release'
[next-release ed5979c] Second release
2 files changed, 9 insertions(+), 1 deletion(-)
delete mode 100644 foo/newsfragments/456.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_create
TestCli
test_basics ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_content ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_content_without_eof_newline ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_create_orphan_fragment ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_create_orphan_fragment_custom_prefix ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_custom_extension ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_different_directory ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_directory_created ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_edit_abort ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_edit_with_comment ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_edit_without_comments ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_file_exists ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_file_exists_no_ext ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_file_exists_with_ext ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_with_nondefault_newsfragments_directory ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:458: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:465: EncodingWarning: 'encoding' argument not specified
test_invalid_section ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_md_filename_extension ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_message_and_edit ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_no_filename_extension ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_without_filename ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:308: EncodingWarning: 'encoding' argument not specified
test_without_filename_no_orphan_config ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:363: EncodingWarning: 'encoding' argument not specified
test_without_filename_orphan ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:339: EncodingWarning: 'encoding' argument not specified
test_without_filename_with_message ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_create.py:386: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_format
FormatterTests
test_basic ... [OK]
test_issue_format ... [OK]
test_line_wrapping ... [OK]
test_line_wrapping_disabled ... [OK]
test_markdown ... [OK]
test_split ... [OK]
towncrier.test.test_git
TestGit
test_empty_remove ... [OK]
towncrier.test.test_packaging
TestPackaging
test_version_warning ... [OK]
towncrier.test.test_project
InvocationTests
test_dash_m ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_project.py:188: EncodingWarning: 'encoding' argument not specified
test_version ... [OK]
VersionFetchingTests
test_already_installed_import ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_project.py:139: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_project.py:145: EncodingWarning: 'encoding' argument not specified
test_import_fails ... ERROR: tried to import projectname_without_any_files, but ran into this error: No module named 'projectname_without_any_files'
[OK]
test_incremental ... [OK]
test_installed_package_found_when_no_source_present ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_project.py:165: EncodingWarning: 'encoding' argument not specified
test_missing_version ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_missing_version_project_name ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_str ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_project.py:34: EncodingWarning: 'encoding' argument not specified
test_tuple ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_project.py:47: EncodingWarning: 'encoding' argument not specified
test_unknown_type ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_project.py:116: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_settings
TomlSettingsTests
test_base ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_custom_types_as_tables ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_custom_types_as_tables_array_deprecated ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_explicit_template_extension ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_incorrect_all_bullets ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_incorrect_single_file ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_load_no_config ... [OK]
test_markdown ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_missing ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_missing_template ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_missing_template_in_towncrier ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_mistype_singlefile ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_template_extended ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_towncrier_toml_preferred ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_write
WritingTests
test_append_at_top ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_write.py:79: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_write.py:103: EncodingWarning: 'encoding' argument not specified
test_append_at_top_with_hint ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_write.py:210: EncodingWarning: 'encoding' argument not specified
test_multiple_file_no_start_string ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_write.py:247: EncodingWarning: 'encoding' argument not specified
test_single_file_false_overwrite_duplicate_version ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_write.py:338: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_write.py:319: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_write.py:361: EncodingWarning: 'encoding' argument not specified
test_with_title_format_duplicate_version_raise ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_write.py:287: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_write.py:297: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-11/lib/python3.11/site-packages/towncrier/test/test_write.py:268: EncodingWarning: 'encoding' argument not specified
-------------------------------------------------------------------------------
Ran 122 tests in 1.874s
PASSED (successes=122)
nox > Session tests-3.11 was successful.
nox > Running session tests-3.12
nox > Creating virtual environment (virtualenv) using python3.12 in .nox/tests-3-12
nox > python -m pip install Twisted 'coverage[toml]'
nox > python -m pip install .
nox > coverage run --module twisted.trial towncrier
towncrier.test.test_build
TestCli
test_all_version_notes_in_a_single_file ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:844: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:822: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_bullet_points_false ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:911: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:913: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:915: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:917: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_collision ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:222: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:224: EncodingWarning: 'encoding' argument not specified
test_command ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:26: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:36: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:39: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:41: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:43: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:45: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:47: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:49: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:52: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:55: EncodingWarning: 'encoding' argument not specified
test_confirmation_says_no ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpip436jir/.git/
[main (root-commit) 5b9843b] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main 9058cf5] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:484: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:486: EncodingWarning: 'encoding' argument not specified
test_default_start_string ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_default_start_string_markdown ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_draft_no_date ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpkg9utyeg/.git/
[main (root-commit) 5b9843b] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main 9058cf5] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:394: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:396: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_config_option ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:133: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_dir_option ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:108: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_with_nondefault_newsfragments_directory ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:171: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:173: EncodingWarning: 'encoding' argument not specified
test_keep_fragments ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmppfqampa5/.git/
[main (root-commit) 5b9843b] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main 9058cf5] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:435: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:437: EncodingWarning: 'encoding' argument not specified
test_markdown_no_name_title ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_needs_config ... [OK]
test_needs_version ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_no_confirmation ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpgsam_yej/.git/
[main (root-commit) 5b9843b] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main 9058cf5] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:411: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:413: EncodingWarning: 'encoding' argument not specified
test_no_newsfragment_directory ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_no_newsfragments ... fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_no_newsfragments_draft ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_no_package_changelog ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:678: EncodingWarning: 'encoding' argument not specified
test_project_name_in_config ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:635: EncodingWarning: 'encoding' argument not specified
test_projectless_changelog ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:534: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:537: EncodingWarning: 'encoding' argument not specified
test_release_notes_in_separate_files ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:725: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_section_and_type_sorting ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:243: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:283: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:290: EncodingWarning: 'encoding' argument not specified
test_singlefile_errors_and_explains_cleanly ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_start_string ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:1108: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:1110: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:21: EncodingWarning: 'encoding' argument not specified
test_subcommand ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:26: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:36: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:39: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:41: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:43: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:45: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:47: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:49: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:52: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:55: EncodingWarning: 'encoding' argument not specified
test_title_format_custom ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:987: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:990: EncodingWarning: 'encoding' argument not specified
test_title_format_false ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:1044: EncodingWarning: 'encoding' argument not specified
test_version_in_config ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:592: EncodingWarning: 'encoding' argument not specified
test_with_topline_and_template_and_draft ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:1315: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:1317: EncodingWarning: 'encoding' argument not specified
test_yes_keep_error ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmprdiihd8r/.git/
[main (root-commit) 5b9843b] Initial Commit
2 files changed, 3 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 pyproject.toml
[main 9058cf5] Second Commit
2 files changed, 2 insertions(+)
create mode 100644 foo/newsfragments/123.feature
create mode 100644 foo/newsfragments/124.feature.rst
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:463: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_build.py:465: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_builder
TestParseNewsfragmentBasename
test_counter ... [OK]
test_counter_with_extension ... [OK]
test_dots_in_ticket_name ... [OK]
test_dots_in_ticket_name_and_counter ... [OK]
test_dots_in_ticket_name_invalid_category ... [OK]
test_ignores_extension ... [OK]
test_invalid_category ... [OK]
test_non_numeric_ticket ... [OK]
test_non_numeric_ticket_with_extension ... [OK]
test_orphan ... [OK]
test_orphan_all_digits ... [OK]
test_orphan_with_dotted_number ... [OK]
test_orphan_with_number ... [OK]
test_simple ... [OK]
test_strip ... [OK]
test_strip_with_counter ... [OK]
towncrier.test.test_check
TestChecker
test_first_release ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpr4qz_xc0/.git/
[main (root-commit) 94f7910] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 9693c1b] Prepare a release
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_fragment_exists ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmploi2rs6r/.git/
[main (root-commit) 94f7910] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch eb044ae] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/somefile.py
[otherbranch 2093094] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/1234.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_fragment_exists_hidden ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpvm9o_vfv/.git/
[main (root-commit) 34ea3f9] Initial Commit
3 files changed, 5 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 4b173aa] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/bar/somefile.py
[otherbranch 6356e46] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 deep/fragz/1234.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_fragment_missing ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpu3nyqt0t/.git/
[master (root-commit) f2a36b8] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 2372f89] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/somefile.py
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:156: EncodingWarning: 'encoding' argument not specified
test_get_default_compare_branch_fallback ... [OK]
test_get_default_compare_branch_main ... [OK]
test_get_default_compare_branch_missing ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpuzfyj2um/.git/
[main (root-commit) f2a36b8] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_git_fails ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp_n59uob4/.git/
[main (root-commit) f2a36b8] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_with_nondefault_newsfragments_directory ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp96qx56d4/.git/
[main (root-commit) 9238ec6] Initial Commit
3 files changed, 3 insertions(+)
create mode 100644 foo/changelog.d/123.feature
create mode 100644 foo/foo/__init__.py
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch d24a83a] add a file
1 file changed, 1 insertion(+)
create mode 100644 foo/foo/somefile.py
[otherbranch 1cbdeb6] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/changelog.d/124.feature
[otherbranch 45130ad] add a file
1 file changed, 1 insertion(+)
create mode 100644 bar/bar/somefile.py
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:308: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:316: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:318: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_no_changes_made ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp0i6594gi/.git/
[master (root-commit) f2a36b8] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_no_changes_made_config_path ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp358ocxj7/.git/
[master (root-commit) c1ecea3] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 not-pyproject.toml
Switched to a new branch 'otherbranch'
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
test_none_stdout_encoding_works ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmpvk02cllc/.git/
[master (root-commit) f2a36b8] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 2adc8b0] add a newsfragment
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/1234.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:179: EncodingWarning: 'encoding' argument not specified
test_release_branch ... Initialized empty Git repository in /private/var/folders/6j/khn0mcrj35d1k3yylpl8zl080000gn/T/tmp7bmhxgc0/.git/
[main (root-commit) f2a36b8] Initial Commit
3 files changed, 4 insertions(+)
create mode 100644 foo/__init__.py
create mode 100644 foo/newsfragments/123.feature
create mode 100644 pyproject.toml
Switched to a new branch 'otherbranch'
[otherbranch 804ddd8] First release
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
Switched to branch 'main'
Updating f2a36b8..804ddd8
Fast-forward (no commit created; -m option ignored)
NEWS.rst | 7 +++++++
foo/newsfragments/123.feature | 1 -
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 NEWS.rst
delete mode 100644 foo/newsfragments/123.feature
Switched to a new branch 'new-feature-branch'
[new-feature-branch b46eac9] A feature in the second release.
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/456.feature
Switched to branch 'main'
Updating 804ddd8..b46eac9
Fast-forward (no commit created; -m option ignored)
foo/newsfragments/456.feature | 1 +
1 file changed, 1 insertion(+)
create mode 100644 foo/newsfragments/456.feature
Switched to a new branch 'next-release'
[next-release c96d50e] Second release
2 files changed, 9 insertions(+), 1 deletion(-)
delete mode 100644 foo/newsfragments/456.feature
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_check.py:29: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_create
TestCli
test_basics ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_content ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_content_without_eof_newline ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_create_orphan_fragment ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_create_orphan_fragment_custom_prefix ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_custom_extension ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_different_directory ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_directory_created ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_edit_abort ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_edit_with_comment ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_edit_without_comments ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_file_exists ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_file_exists_no_ext ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_file_exists_with_ext ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_in_different_dir_with_nondefault_newsfragments_directory ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:458: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:465: EncodingWarning: 'encoding' argument not specified
test_invalid_section ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_md_filename_extension ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_message_and_edit ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:45: EncodingWarning: 'encoding' argument not specified
test_no_filename_extension ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
test_without_filename ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:308: EncodingWarning: 'encoding' argument not specified
test_without_filename_no_orphan_config ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:363: EncodingWarning: 'encoding' argument not specified
test_without_filename_orphan ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:339: EncodingWarning: 'encoding' argument not specified
test_without_filename_with_message ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:68: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:70: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_create.py:386: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_format
FormatterTests
test_basic ... [OK]
test_issue_format ... [OK]
test_line_wrapping ... [OK]
test_line_wrapping_disabled ... [OK]
test_markdown ... [OK]
test_split ... [OK]
towncrier.test.test_git
TestGit
test_empty_remove ... [OK]
towncrier.test.test_packaging
TestPackaging
test_version_warning ... [OK]
towncrier.test.test_project
InvocationTests
test_dash_m ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_project.py:188: EncodingWarning: 'encoding' argument not specified
test_version ... [OK]
VersionFetchingTests
test_already_installed_import ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_project.py:139: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_project.py:145: EncodingWarning: 'encoding' argument not specified
test_import_fails ... ERROR: tried to import projectname_without_any_files, but ran into this error: No module named 'projectname_without_any_files'
[OK]
test_incremental ... [OK]
test_installed_package_found_when_no_source_present ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_project.py:165: EncodingWarning: 'encoding' argument not specified
test_missing_version ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_missing_version_project_name ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_str ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_project.py:34: EncodingWarning: 'encoding' argument not specified
test_tuple ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_project.py:47: EncodingWarning: 'encoding' argument not specified
test_unknown_type ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_project.py:116: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_settings
TomlSettingsTests
test_base ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_custom_types_as_tables ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_custom_types_as_tables_array_deprecated ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_explicit_template_extension ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_incorrect_all_bullets ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_incorrect_single_file ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_load_no_config ... [OK]
test_markdown ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_missing ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_missing_template ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_missing_template_in_towncrier ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_mistype_singlefile ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_template_extended ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
test_towncrier_toml_preferred ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
towncrier.test.test_write
WritingTests
test_append_at_top ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_write.py:79: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_write.py:103: EncodingWarning: 'encoding' argument not specified
test_append_at_top_with_hint ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/helpers.py:32: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_write.py:210: EncodingWarning: 'encoding' argument not specified
test_multiple_file_no_start_string ... [OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_write.py:247: EncodingWarning: 'encoding' argument not specified
test_single_file_false_overwrite_duplicate_version ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_write.py:338: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_write.py:319: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_write.py:361: EncodingWarning: 'encoding' argument not specified
test_with_title_format_duplicate_version_raise ... fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
[OK]
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_write.py:287: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_write.py:297: EncodingWarning: 'encoding' argument not specified
/System/Volumes/Data/src/bugs/bug1770/towncrier/.nox/tests-3-12/lib/python3.12/site-packages/towncrier/test/test_write.py:268: EncodingWarning: 'encoding' argument not specified
-------------------------------------------------------------------------------
Ran 122 tests in 2.009s
PASSED (successes=122)
nox > Session tests-3.12 was successful.
nox > Running session coverage_report
nox > Creating virtual environment (virtualenv) using python in .nox/coverage_report
nox > python -m pip install 'coverage[toml]'
nox > coverage combine
Combined data file .coverage.geometer.lan.10463.XGXUzoHx
Combined data file .coverage.geometer.lan.10708.XIPNjewx
Combined data file .coverage.geometer.lan.10950.XCWnAGix
Combined data file .coverage.geometer.lan.11190.XGrDHIDx
Combined data file .coverage.geometer.lan.11430.XdobKPjx
Combined data file .coverage.geometer.lan.11670.XWCYWUQx
nox > coverage report
Name Stmts Miss Branch BrPart Cover Missing
---------------------------------------------------
TOTAL 677 0 263 0 100%
13 files skipped due to complete coverage.
nox > Session coverage_report was successful.
nox > Ran multiple sessions:
nox > * pre_commit: success
nox > * docs: success
nox > * typecheck: failed
nox > * tests-pypy3.8: success
nox > * tests-3.8: success
nox > * tests-3.9: success
nox > * tests-3.10: success
nox > * tests-3.11: success
nox > * tests-3.12: success
nox > * coverage_report: success
(.venv) /sr/bugs/bug1770/towncrier (HEAD) (e5c6df7)
*1 1m13s ❯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment