chore: PP309: Filter warnings specified #491
Triggered via pull request
September 3, 2024 10:24
Status
Failure
Total duration
24m 53s
Artifacts
–
tests.yaml
on: pull_request
Annotations
150 errors
Ubuntu (Python 3.11) / pytest:
tests/repositories/test_pypi_repository.py#L247
test_pypi_repository_supports_reading_bz2_files
poetry.inspection.info.PackageInfoError: Unable to determine package info for path: /tmp/tmp_0nf0tz0/Twisted-18.9.0
Backend subprocess exited when trying to invoke get_requires_for_build_wheel
PEP517 build failed
|
Ubuntu (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L179
test_git_clone_fails_for_non_existent_revision
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L378
test_username_password_parameter_is_not_passed_to_dulwich
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L350
test_configured_repository_http_auth
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L170
test_git_clone_fails_for_non_existent_branch
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L416
test_relative_submodules_with_ssh
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L277
test_git_clone_clones_submodules_with_relative_urls_and_explicit_base
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L253
test_git_clone_clones_submodules
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.11) / pytest:
tests/installation/test_executor.py#L451
test_execute_works_with_ansi_output
AssertionError: assert '\x1b[34;1m-\x1b[39;22m \x1b[39mInstalling \x1b[39m\x1b[36mcleo\x1b[39m\x1b[39m (\x1b[39m\x1b[39;1m1.0.0a5\x1b[39;22m\x1b[39m)\x1b[39m: \x1b[34mPending...\x1b[39m' in '\n\x1b[39;1mPackage operations\x1b[39;22m: \x1b[34m1\x1b[39m install, \x1b[34m0\x1b[39m updates, \x1b[34m0\x1b[39m removals\n\n'
|
Ubuntu (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L264
test_git_clone_clones_submodules_with_relative_urls
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.8) / pytest
Process completed with exit code 1.
|
Ubuntu (Python 3.10) / pytest:
tests/inspection/test_info.py#L293
test_info_no_setup_pkg_info_no_deps
assert None is not None
|
Ubuntu (Python 3.10) / pytest:
tests/inspection/test_info.py#L303
test_info_no_setup_pkg_info_no_deps_for_sure
assert None is not None
|
Ubuntu (Python 3.10) / pytest:
tests/inspection/test_info.py#L313
test_info_no_setup_pkg_info_no_deps_dynamic
assert None is not None
|
Ubuntu (Python 3.10) / pytest:
tests/repositories/test_legacy_repository.py#L189
test_get_package_information_skips_dependencies_with_invalid_constraints
poetry.inspection.info.PackageInfoError: Unable to determine package info for path: /tmp/tmpqo56008s/python-language-server-0.21.2
Backend subprocess exited when trying to invoke get_requires_for_build_wheel
PEP517 build failed
|
Ubuntu (Python 3.10) / pytest:
tests/inspection/test_info.py#L285
test_info_from_requires_txt
assert None is not None
|
Ubuntu (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L170
test_git_clone_fails_for_non_existent_branch
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L253
test_git_clone_clones_submodules
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L197
test_git_clone_when_branch_is_ref
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L264
test_git_clone_clones_submodules_with_relative_urls
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L350
test_configured_repository_http_auth
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.9) / pytest
Process completed with exit code 1.
|
Windows (Python 3.8) / pytest:
tests\puzzle\test_solver.py#L341
test_solver_can_solve_with_legacy_repository_using_proper_python_compatible_dists
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('isort', '4.3.4') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.8) / pytest:
tests\puzzle\test_solver.py#L341
test_solver_can_solve_with_legacy_repository_using_proper_dists
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('isort', '4.3.4') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.8) / pytest:
tests\puzzle\test_solver.py#L341
test_solver_does_not_choose_from_secondary_repository_by_default
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('clikit', '0.2.4') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.8) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_find_links_for_package_yanked[black-19.10b0-False-]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('black', '19.10b0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.8) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_get_package_information_pep_658
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('isort', '4.3.4') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.8) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_get_package_retrieves_non_sha256_hashes_mismatching_known_hash
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('ipython', '5.7.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.8) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_get_package_with_dist_and_universal_py3_wheel
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('ipython', '7.5.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.8) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_package_yanked[black-21.11b0-True-Broken regex dependency. Use 21.11b1 instead.]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('black', '21.11b0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.8) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_find_links_for_package_yanked[black-21.11b0-True-Broken regex dependency. Use 21.11b1 instead.]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('black', '21.11b0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.8) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_package_yanked[black-19.10b0-False-]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('black', '19.10b0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.9) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_get_package_retrieves_non_sha256_hashes
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('ipython', '7.5.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.9) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_package_partial_yank
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('futures', '3.2.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.9) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_package_yanked[black-21.11b0-True-Broken regex dependency. Use 21.11b1 instead.]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('black', '21.11b0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.9) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_package_not_canonicalized
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('discord-py', '2.0.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.9) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_find_links_for_package_yanked[black-21.11b0-True-Broken regex dependency. Use 21.11b1 instead.]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('black', '21.11b0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.9) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_get_package_information_includes_python_requires
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('futures', '3.2.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.9) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_page_filters_out_invalid_package_names
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('pytest', '3.5.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.9) / pytest:
tests\inspection\test_lazy_wheel.py#L341
test_metadata_from_wheel_url_range_requests_not_supported_two_requests[negative_offset_error1]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\tests\inspection\test_lazy_wheel.py", line 411, in test_metadata_from_wheel_url_range_requests_not_supported_two_requests
metadata_from_wheel_url("poetry-core", url, requests.Session())
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.9) / pytest:
tests\inspection\test_lazy_wheel.py#L341
test_metadata_from_wheel_url_handles_unexpected_errors
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\tests\inspection\test_lazy_wheel.py", line 473, in test_metadata_from_wheel_url_handles_unexpected_errors
metadata_from_wheel_url(
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.9) / pytest:
tests\inspection\test_lazy_wheel.py#L341
test_metadata_from_wheel_url_range_requests_not_supported_two_requests[negative_offset_error0]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\tests\inspection\test_lazy_wheel.py", line 411, in test_metadata_from_wheel_url_range_requests_not_supported_two_requests
metadata_from_wheel_url("poetry-core", url, requests.Session())
ResourceWarning: unclosed file <_io.BufferedRandom name=15>
|
Windows (Python 3.10) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_get_package_retrieves_non_sha256_hashes
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('ipython', '7.5.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmptb2npof7'>
|
Windows (Python 3.10) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_get_package_from_both_py2_and_py3_specific_wheels_python_constraint
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('poetry-test-py2-py3-metadata-merge', '0.1.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmps9r_m_gs'>
|
Windows (Python 3.10) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_package_yanked[black-19.10b0-False-]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('black', '19.10b0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpybldflcz'>
|
Windows (Python 3.10) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_package_partial_yank
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('futures', '3.2.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpro5tw7rm'>
|
Windows (Python 3.10) / pytest:
tests\repositories\test_legacy_repository.py#L189
test_get_package_information_skips_dependencies_with_invalid_constraints
poetry.inspection.info.PackageInfoError: Unable to determine package info for path: C:\Users\RUNNER~1\AppData\Local\Temp\tmphznthm94\python-language-server-0.21.2
Backend subprocess exited when trying to invoke get_requires_for_build_wheel
PEP517 build failed
|
Windows (Python 3.10) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_get_package_from_both_py2_and_py3_specific_wheels
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('ipython', '5.7.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp0b0sw_sk'>
|
Windows (Python 3.10) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_get_package_information_sets_appropriate_python_versions_if_wheels_only
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('futures', '3.2.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpl3ffsgu5'>
|
Windows (Python 3.10) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_package_yanked[black-21.11b0-True-Broken regex dependency. Use 21.11b1 instead.]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('black', '21.11b0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp4r1dzr4c'>
|
Windows (Python 3.10) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_get_package_information_pep_658
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('isort', '4.3.4') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpdq2h3xwb'>
|
Windows (Python 3.10) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_get_package_retrieves_non_sha256_hashes_mismatching_known_hash
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
ValueError: Package('ipython', '5.7.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp8n_qlnca'>
|
Windows (Python 3.11) / pytest:
tests\inspection\test_lazy_wheel.py#L341
test_metadata_from_wheel_url_range_requests_not_supported_one_request[None]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\tests\inspection\test_lazy_wheel.py", line 380, in test_metadata_from_wheel_url_range_requests_not_supported_one_request
with pytest.raises(HTTPRangeRequestUnsupported):
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpvddpylnd'>
|
Windows (Python 3.11) / pytest:
tests\inspection\test_lazy_wheel.py#L341
test_metadata_from_wheel_url_range_requests_not_supported_two_requests[negative_offset_error1]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\tests\inspection\test_lazy_wheel.py", line 410, in test_metadata_from_wheel_url_range_requests_not_supported_two_requests
with pytest.raises(HTTPRangeRequestUnsupported):
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpqu7gef2n'>
|
Windows (Python 3.11) / pytest:
tests\inspection\test_lazy_wheel.py#L341
test_metadata_from_wheel_url_range_requests_supported_but_not_respected
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\tests\inspection\test_lazy_wheel.py", line 434, in test_metadata_from_wheel_url_range_requests_supported_but_not_respected
with pytest.raises(HTTPRangeRequestNotRespected):
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpxh1u4ugw'>
|
Windows (Python 3.11) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_package_not_canonicalized
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Package('discord-py', '2.0.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpzrudcik0'>
|
Windows (Python 3.11) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_get_package_with_dist_and_universal_py3_wheel
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Package('ipython', '7.5.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp6o4euwn9'>
|
Windows (Python 3.11) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_page_filters_out_invalid_package_names
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Package('pytest', '3.5.0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmp0ze2_6hr'>
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_init.py#L687
test_predefined_and_interactive_dependencies
EncodingWarning: 'encoding' argument not specified
|
Windows (Python 3.11) / pytest:
tests\console\commands\test_init.py#L178
test_interactive_with_dependencies_and_no_selection
EncodingWarning: 'encoding' argument not specified
|
Windows (Python 3.11) / pytest:
tests\repositories\test_legacy_repository.py#L138
test_get_package_information_fallback_read_setup
poetry.utils.isolated_build.IsolatedBuildInstallError: Failed to install wheel, setuptools >= 40.8.0.
Output:
Updating dependencies
Resolving dependencies...
Package operations: 1 install, 0 updates, 0 removals
- Installing wheel (0.40.0)
DeprecationWarning
read_binary is deprecated. Use files() instead. Refer to https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy for migration advice.
at C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\importlib\resources\_legacy.py:18 in wrapper
14│
15│ def deprecated(func):
16│ @functools.wraps(func)
17│ def wrapper(*args, **kwargs):
→ 18│ warnings.warn(
19│ f"{func.__name__} is deprecated. Use files() instead. "
20│ "Refer to https://importlib-resources.readthedocs.io"
21│ "/en/latest/using.html#migrating-from-legacy for migration advice.",
22│ DeprecationWarning,
Cannot install wheel.
Error:
|
Windows (Python 3.11) / pytest:
tests\repositories\test_legacy_repository.py#L341
test_find_links_for_package_yanked[black-21.11b0-True-Broken regex dependency. Use 21.11b1 instead.]
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\legacy_repository.py", line 57, in package
index = self._packages.index(Package(name, version))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Package('black', '21.11b0') is not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\a\poetry\poetry\src\poetry\repositories\http_repository.py", line 139, in _get_info_from_wheel
self._supports_range_requests.setdefault(netloc, False)
ResourceWarning: unclosed file <_io.BufferedRandom name='C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpe9au6lqr'>
|
macOS aarch64 (Python 3.9) / pytest
Process completed with exit code 1.
|
Ubuntu (Python 3.12) / pytest:
tests/integration/test_utils_vcs_git.py#L264
test_git_clone_clones_submodules_with_relative_urls
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.12) / pytest:
tests/integration/test_utils_vcs_git.py#L378
test_username_password_parameter_is_not_passed_to_dulwich
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.12) / pytest:
tests/integration/test_utils_vcs_git.py#L253
test_git_clone_clones_submodules
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.12) / pytest:
tests/integration/test_utils_vcs_git.py#L179
test_git_clone_fails_for_non_existent_revision
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.12) / pytest:
tests/integration/test_utils_vcs_git.py#L350
test_configured_repository_http_auth
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.12) / pytest:
tests/console/commands/test_search.py#L341
test_search
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-1 (fill_filekind)
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/opt/hostedtoolcache/Python/3.12.5/x64/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/home/runner/.cache/pypoetry/virtualenvs/poetry-a17fJEuR-py3.12/lib/python3.12/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).
|
Ubuntu (Python 3.12) / pytest:
tests/integration/test_utils_vcs_git.py#L416
test_relative_submodules_with_ssh
EncodingWarning: 'encoding' argument not specified
|
Ubuntu (Python 3.12) / pytest:
tests/inspection/test_info.py#L285
test_info_from_requires_txt
assert None is not None
|
Ubuntu (Python 3.12) / pytest:
tests/inspection/test_info.py#L313
test_info_no_setup_pkg_info_no_deps_dynamic
assert None is not None
|
Ubuntu (Python 3.12) / pytest:
tests/integration/test_utils_vcs_git.py#L277
test_git_clone_clones_submodules_with_relative_urls_and_explicit_base
EncodingWarning: 'encoding' argument not specified
|
macOS aarch64 (Python 3.10) / pytest:
tests/inspection/test_info.py#L285
test_info_from_requires_txt
assert None is not None
|
macOS aarch64 (Python 3.10) / pytest:
tests/inspection/test_info.py#L293
test_info_no_setup_pkg_info_no_deps
assert None is not None
|
macOS aarch64 (Python 3.10) / pytest:
tests/inspection/test_info.py#L303
test_info_no_setup_pkg_info_no_deps_for_sure
assert None is not None
|
macOS aarch64 (Python 3.10) / pytest:
tests/inspection/test_info.py#L313
test_info_no_setup_pkg_info_no_deps_dynamic
assert None is not None
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_init.py#L129
test_interactive_with_dependencies
EncodingWarning: 'encoding' argument not specified
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_init.py#L435
test_interactive_with_directory_dependency
EncodingWarning: 'encoding' argument not specified
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_init.py#L536
test_interactive_with_file_dependency
EncodingWarning: 'encoding' argument not specified
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_init.py#L339
test_interactive_with_git_dependencies_with_reference
EncodingWarning: 'encoding' argument not specified
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_init.py#L485
test_interactive_with_directory_dependency_and_other_name
EncodingWarning: 'encoding' argument not specified
|
macOS aarch64 (Python 3.10) / pytest:
tests/console/commands/test_init.py#L247
test_interactive_with_git_dependencies
EncodingWarning: 'encoding' argument not specified
|
macOS aarch64 (Python 3.11) / pytest:
tests/inspection/test_info.py#L303
test_info_no_setup_pkg_info_no_deps_for_sure
assert None is not None
|
macOS aarch64 (Python 3.11) / pytest:
tests/inspection/test_info.py#L313
test_info_no_setup_pkg_info_no_deps_dynamic
assert None is not None
|
macOS aarch64 (Python 3.11) / pytest:
tests/inspection/test_info.py#L285
test_info_from_requires_txt
assert None is not None
|
macOS aarch64 (Python 3.11) / pytest:
tests/inspection/test_info.py#L293
test_info_no_setup_pkg_info_no_deps
assert None is not None
|
macOS aarch64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L197
test_git_clone_when_branch_is_ref
EncodingWarning: 'encoding' argument not specified
|
macOS aarch64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L170
test_git_clone_fails_for_non_existent_branch
EncodingWarning: 'encoding' argument not specified
|
macOS aarch64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L253
test_git_clone_clones_submodules
EncodingWarning: 'encoding' argument not specified
|
macOS aarch64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L378
test_username_password_parameter_is_not_passed_to_dulwich
EncodingWarning: 'encoding' argument not specified
|
macOS aarch64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L416
test_relative_submodules_with_ssh
EncodingWarning: 'encoding' argument not specified
|
macOS aarch64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L350
test_configured_repository_http_auth
EncodingWarning: 'encoding' argument not specified
|
Windows (Python 3.12) / pytest:
tests\integration\test_utils_vcs_git.py#L277
test_git_clone_clones_submodules_with_relative_urls_and_explicit_base
EncodingWarning: 'encoding' argument not specified
|
Windows (Python 3.12) / pytest:
tests\integration\test_utils_vcs_git.py#L170
test_git_clone_fails_for_non_existent_branch
EncodingWarning: 'encoding' argument not specified
|
Windows (Python 3.12) / pytest:
tests\integration\test_utils_vcs_git.py#L378
test_username_password_parameter_is_not_passed_to_dulwich
EncodingWarning: 'encoding' argument not specified
|
Windows (Python 3.12) / pytest:
tests\integration\test_utils_vcs_git.py#L179
test_git_clone_fails_for_non_existent_revision
EncodingWarning: 'encoding' argument not specified
|
Windows (Python 3.12) / pytest:
tests\integration\test_utils_vcs_git.py#L197
test_git_clone_when_branch_is_ref
EncodingWarning: 'encoding' argument not specified
|
Windows (Python 3.12) / pytest:
tests\integration\test_utils_vcs_git.py#L350
test_configured_repository_http_auth
EncodingWarning: 'encoding' argument not specified
|
Windows (Python 3.12) / pytest:
tests\integration\test_utils_vcs_git.py#L253
test_git_clone_clones_submodules
EncodingWarning: 'encoding' argument not specified
|
Windows (Python 3.12) / pytest:
tests\integration\test_utils_vcs_git.py#L264
test_git_clone_clones_submodules_with_relative_urls
EncodingWarning: 'encoding' argument not specified
|
Windows (Python 3.12) / pytest:
tests\integration\test_utils_vcs_git.py#L416
test_relative_submodules_with_ssh
EncodingWarning: 'encoding' argument not specified
|
Windows (Python 3.12) / pytest:
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).
|
macOS aarch64 (Python 3.8) / mypy
[notice] A new release of pip is available: 21.1.1 -> 24.2
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
macOS aarch64 (Python 3.8) / pytest (poetry-plugin-export)
[notice] A new release of pip is available: 21.1.1 -> 24.2
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
macOS aarch64 (Python 3.8) / pytest
[notice] A new release of pip is available: 21.1.1 -> 24.2
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
macOS aarch64 (Python 3.8) / pytest
Process completed with exit code 1.
|
macOS x86_64 (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L170
test_git_clone_fails_for_non_existent_branch
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L264
test_git_clone_clones_submodules_with_relative_urls
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L378
test_username_password_parameter_is_not_passed_to_dulwich
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L253
test_git_clone_clones_submodules
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L277
test_git_clone_clones_submodules_with_relative_urls_and_explicit_base
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L350
test_configured_repository_http_auth
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L179
test_git_clone_fails_for_non_existent_revision
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L416
test_relative_submodules_with_ssh
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.10) / pytest:
tests/integration/test_utils_vcs_git.py#L197
test_git_clone_when_branch_is_ref
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.10) / pytest:
tests/repositories/test_pypi_repository.py#L247
test_pypi_repository_supports_reading_bz2_files
poetry.inspection.info.PackageInfoError: Unable to determine package info for path: /var/folders/zf/5wcpcvh91p9g4jn5srhsmzv40000gn/T/tmpir4yluaf/Twisted-18.9.0
Backend subprocess exited when trying to invoke get_requires_for_build_wheel
PEP517 build failed
|
macOS x86_64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L179
test_git_clone_fails_for_non_existent_revision
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L264
test_git_clone_clones_submodules_with_relative_urls
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L277
test_git_clone_clones_submodules_with_relative_urls_and_explicit_base
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L197
test_git_clone_when_branch_is_ref
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L253
test_git_clone_clones_submodules
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L378
test_username_password_parameter_is_not_passed_to_dulwich
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L350
test_configured_repository_http_auth
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L170
test_git_clone_fails_for_non_existent_branch
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.11) / pytest:
tests/integration/test_utils_vcs_git.py#L416
test_relative_submodules_with_ssh
EncodingWarning: 'encoding' argument not specified
|
macOS x86_64 (Python 3.11) / pytest:
tests/puzzle/test_solver.py#L3330
test_solver_ignores_explicit_repo_for_transitive_dependencies
poetry.inspection.info.PackageInfoError: Unable to determine package info for path: /var/folders/zf/5wcpcvh91p9g4jn5srhsmzv40000gn/T/tmpicqbfy20/pastel-0.1.0
Backend subprocess exited when trying to invoke get_requires_for_build_wheel
PEP517 build failed
|
macOS x86_64 (Python 3.8) / pytest
Process completed with exit code 1.
|
macOS x86_64 (Python 3.9) / pytest
Process completed with exit code 1.
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_publish.py#L341
test_skip_existing_output
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-2 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_publish.py#L341
test_publish_dry_run_skip_existing[--skip-existing]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-3 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS aarch64 (Python 3.12) / pytest:
tests/utils/test_authenticator.py#L341
test_authenticator_request_retries_on_status_code[502-5]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-6 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS aarch64 (Python 3.12) / pytest:
tests/utils/test_authenticator.py#L341
test_authenticator_request_retries_on_status_code[429-5]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-12 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS aarch64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_properly_handles_redirects[301-Moved Permanently]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-1 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS aarch64 (Python 3.12) / pytest:
tests/console/commands/test_publish.py#L341
test_publish_returns_non_zero_code_for_upload_errors
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-4 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS aarch64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_skips_existing[409-]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-2 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS aarch64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_skip_existing_bubbles_unskippable_errors
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-3 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS aarch64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_properly_handles_redirects[308-Permanent Redirect]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-4 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS aarch64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_properly_handles_403_errors
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-5 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS x86_64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_properly_handles_403_errors
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-1 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS x86_64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_properly_handles_redirects[301-Moved Permanently]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-2 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS x86_64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_properly_handles_redirects[308-Permanent Redirect]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-3 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS x86_64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_properly_handles_nonstandard_errors
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-4 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS x86_64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_skips_existing[400-File already exists]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-5 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS x86_64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_properly_handles_301_redirects
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-6 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS x86_64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_properly_handles_redirects[300-Multiple Choices]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-7 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS x86_64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_properly_handles_redirects[304-Not Modified]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-8 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS x86_64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_skips_existing[403-Not enough permissions to overwrite artifact]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-9 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
macOS x86_64 (Python 3.12) / pytest:
tests/publishing/test_uploader.py#L341
test_uploader_skips_existing[409-]
pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-10 (fill_filekind)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/poetry--2IDkNy2-py3.12/lib/python3.12/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).
|
Status
Process completed with exit code 1.
|