chore: PP309: Filter warnings specified #491
Annotations
10 errors
tests\integration\test_utils_vcs_git.py#L277
test_git_clone_clones_submodules_with_relative_urls_and_explicit_base
EncodingWarning: 'encoding' argument not specified
|
tests\integration\test_utils_vcs_git.py#L170
test_git_clone_fails_for_non_existent_branch
EncodingWarning: 'encoding' argument not specified
|
tests\integration\test_utils_vcs_git.py#L378
test_username_password_parameter_is_not_passed_to_dulwich
EncodingWarning: 'encoding' argument not specified
|
tests\integration\test_utils_vcs_git.py#L179
test_git_clone_fails_for_non_existent_revision
EncodingWarning: 'encoding' argument not specified
|
tests\integration\test_utils_vcs_git.py#L197
test_git_clone_when_branch_is_ref
EncodingWarning: 'encoding' argument not specified
|
tests\integration\test_utils_vcs_git.py#L350
test_configured_repository_http_auth
EncodingWarning: 'encoding' argument not specified
|
tests\integration\test_utils_vcs_git.py#L253
test_git_clone_clones_submodules
EncodingWarning: 'encoding' argument not specified
|
tests\integration\test_utils_vcs_git.py#L264
test_git_clone_clones_submodules_with_relative_urls
EncodingWarning: 'encoding' argument not specified
|
tests\integration\test_utils_vcs_git.py#L416
test_relative_submodules_with_ssh
EncodingWarning: 'encoding' argument not specified
|
tests\repositories\test_legacy_repository.py#L341
test_package_not_canonicalized
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-6 (fill_filekind)
Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.12.5\x64\Lib\threading.py", line 1075, in _bootstrap_inner
self.run()
File "C:\hostedtoolcache\windows\Python\3.12.5\x64\Lib\threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\runneradmin\AppData\Local\pypoetry\Cache\virtualenvs\poetry-irm2WMyr-py3.12\Lib\site-packages\httpretty\core.py", line 1077, in fill_filekind
now = datetime.utcnow()
^^^^^^^^^^^^^^^^^
DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
|
This job failed
Loading