bugs: --api-key is now required #547
Annotations
10 errors and 2 warnings
|
test (macos-latest, 3.13, true):
tests/scripts/test_pkgdev_mask.py#L293
TestPkgdevMask.test_last_rites
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/hd/c2wfy6gj6z1bqfzbp6d9kt140000gn/T/pytest-of-runner/pytest-0/repo52/profiles/package.mask'
|
|
test (macos-latest, 3.13, true):
tests/scripts/test_pkgdev_mask.py#L215
TestPkgdevMask.test_existing_masks
assert frozenset({<atom cat/masked @#10672eba0>}) == frozenset({<atom cat/masked @#10672eaf0>, <atom =cat/pkg-0 @#105f99650>})
Extra items in the right set:
<atom =cat/pkg-0 @#105f99650>
Full diff:
frozenset({
- <atom cat/masked @#10672eaf0>,
? -
+ <atom cat/masked @#10672eba0>,
? +
- <atom =cat/pkg-0 @#105f99650>,
})
|
|
test (macos-latest, 3.13, true):
tests/scripts/test_pkgdev_mask.py#L195
TestPkgdevMask.test_mask_ebuild_path
assert frozenset() == frozenset({<atom =cat/pkg-0 @#105f99650>})
Extra items in the right set:
<atom =cat/pkg-0 @#105f99650>
Full diff:
- frozenset({
? ^
+ frozenset()
? ^
- <atom =cat/pkg-0 @#105f99650>,
- })
|
|
test (macos-latest, 3.13, true):
tests/scripts/test_pkgdev_mask.py#L185
TestPkgdevMask.test_mask_target
assert frozenset() == frozenset({<atom cat/pkg @#105863c20>})
Extra items in the right set:
<atom cat/pkg @#105863c20>
Full diff:
- frozenset({
? ^
+ frozenset()
? ^
- <atom cat/pkg @#105863c20>,
- })
|
|
test (macos-latest, 3.13, true):
tests/scripts/test_pkgdev_mask.py#L175
TestPkgdevMask.test_mask_cwd
assert frozenset() == frozenset({<atom cat/pkg @#105863c20>})
Extra items in the right set:
<atom cat/pkg @#105863c20>
Full diff:
- frozenset({
? ^
+ frozenset()
? ^
- <atom cat/pkg @#105863c20>,
- })
|
|
test (macos-latest, 3.13, true):
tests/scripts/test_pkgdev_mask.py#L165
TestPkgdevMask.test_empty_mask_comment
AssertionError: assert 'pkgdev mask: error: failed writing mask comment' == 'pkgdev mask: error: empty mask comment'
- pkgdev mask: error: empty mask comment
? ^^ ^
+ pkgdev mask: error: failed writing mask comment
? ++++ ^^^^^ ^^^
|
|
test (macos-latest, 3.13, true):
tests/scripts/test_pkgdev_commit.py#L939
TestPkgdevCommit.test_no_summary
assert 1 == 0
+ where 1 = SystemExit(1).code
+ where SystemExit(1) = <ExceptionInfo SystemExit(1) tblen=2>.value
|
|
test (macos-latest, 3.13, true):
tests/scripts/test_pkgdev_commit.py#L587
TestPkgdevCommit.test_generated_commit_summaries
assert 1 == 0
+ where 1 = SystemExit(1).code
+ where SystemExit(1) = <ExceptionInfo SystemExit(1) tblen=2>.value
|
|
test (macos-latest, 3.13, true):
tests/scripts/test_pkgdev_commit.py#L398
TestPkgdevCommit.test_edited_commit_message
assert 1 == 0
+ where 1 = SystemExit(1).code
+ where SystemExit(1) = <ExceptionInfo SystemExit(1) tblen=2>.value
|
|
test (macos-latest, 3.13, true):
tests/scripts/test_pkgdev_commit.py#L266
TestPkgdevCommit.test_git_message_opts
assert 1 == 0
+ where 1 = SystemExit(1).code
+ where SystemExit(1) = <ExceptionInfo SystemExit(1) tblen=2>.value
|
|
format
Could not parse version from /home/runner/work/pkgdev/pkgdev/pyproject.toml. Using latest version.
|
|
test (ubuntu-latest, 3.14-dev, true):
/opt/hostedtoolcache/Python/3.14.0/x64/lib/python3.14/site-packages/pkgdev/scripts/pkgdev_commit.py#L252
FileType is deprecated. Simply open files after parsing arguments.
|