Hide paid ttvdrops images and update lint checks
Some checks failed
Test and build Docker image / docker (push) Failing after 3s
Some checks failed
Test and build Docker image / docker (push) Failing after 3s
This commit is contained in:
parent
23a619c9ea
commit
1065838ef7
11 changed files with 151 additions and 38 deletions
|
|
@ -102,6 +102,6 @@ def test_pytest_collection_modifyitems_noops_when_real_git_backup_tests_enabled(
|
|||
config.getoption.return_value = True
|
||||
|
||||
items: list[MagicMock] = [MagicMock()]
|
||||
hooks.pytest_collection_modifyitems(config=config, items=items)
|
||||
hooks.pytest_collection_modifyitems(config=config, items=items) # pyright: ignore[reportArgumentType]
|
||||
|
||||
config.getoption.assert_called_once_with("--run-real-git-backup-tests")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue