Skip to content

feat: Support OS truststore for the TLS certificate verification #673

feat: Support OS truststore for the TLS certificate verification

feat: Support OS truststore for the TLS certificate verification #673

Triggered via pull request October 16, 2024 07:25
Status Cancelled
Total duration 34m 34s
Artifacts

tests.yaml

on: pull_request
Detect changed files
10s
Detect changed files
Check poetry.lock
12s
Check poetry.lock
Check fixtures (PyPI)
0s
Check fixtures (PyPI)
Matrix: tests-matrix
Smoke-test build and install
28s
Smoke-test build and install
Fit to window
Zoom out
Zoom in

Annotations

100 errors
Ubuntu (Python 3.12) / mypy
Process completed with exit code 1.
Ubuntu (Python 3.10) / mypy
Process completed with exit code 1.
Ubuntu (Python 3.9) / mypy
Process completed with exit code 1.
Ubuntu (Python 3.11) / mypy
Process completed with exit code 1.
Ubuntu (Python 3.8) / mypy
Process completed with exit code 1.
macOS aarch64 (Python 3.10) / mypy
Process completed with exit code 1.
macOS aarch64 (Python 3.9) / mypy
Process completed with exit code 1.
Windows (Python 3.10) / mypy
Process completed with exit code 1.
macOS aarch64 (Python 3.10) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1061579a0>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1061579a0>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x1054fa4a0>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x1054fa4a0>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1061579a0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x1054fa4a0>, 'username': 'Ousret', }
macOS aarch64 (Python 3.10) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x105f89750>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x105f89750>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x106c6c430>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co... 0x106c6c430>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x106c6c430>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x105f89750>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x106c6c430>, }
macOS aarch64 (Python 3.10) / pytest
Process completed with exit code 1.
Windows (Python 3.8) / mypy
Process completed with exit code 1.
Ubuntu (Python 3.11) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f9ebacc6d90>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f9ebacc6d90>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x7f9ec08047d0>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f9ec08047d0>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f9ebacc6d90>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f9ec08047d0>, 'username': 'Ousret', }
Ubuntu (Python 3.11) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f9ec048bbd0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f9ec048bbd0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x7f9ec09d3590>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...7f9ec09d3590>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f9ec09d3590>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f9ec048bbd0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f9ec09d3590>, }
Ubuntu (Python 3.11) / pytest
Process completed with exit code 1.
macOS aarch64 (Python 3.9) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1096e85e0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1096e85e0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x109209610>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co... 0x109209610>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x109209610>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1096e85e0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x109209610>, }
macOS aarch64 (Python 3.9) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1095579d0>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1095579d0>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x1095c6820>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x1095c6820>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1095579d0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x1095c6820>, 'username': 'Ousret', }
macOS aarch64 (Python 3.9) / pytest
Process completed with exit code 1.
Windows (Python 3.11) / mypy
Process completed with exit code 1.
Ubuntu (Python 3.12) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7ff956570e00>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7ff956570e00>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x7ff956ac56a0>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...7ff956ac56a0>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7ff956ac56a0>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7ff956570e00>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7ff956ac56a0>, }
Ubuntu (Python 3.12) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7fe640cb0680>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7fe640cb0680>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x7fe643537f80>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7fe643537f80>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7fe640cb0680>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7fe643537f80>, 'username': 'Ousret', }
Ubuntu (Python 3.12) / pytest
Process completed with exit code 1.
Ubuntu (Python 3.10) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7ff18862f1c0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7ff18862f1c0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x7ff18871ff10>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...7ff18871ff10>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7ff18871ff10>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7ff18862f1c0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7ff18871ff10>, }
Ubuntu (Python 3.10) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7ff18b025840>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7ff18b025840>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x7ff18b01fac0>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7ff18b01fac0>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7ff18b025840>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7ff18b01fac0>, 'username': 'Ousret', }
Ubuntu (Python 3.10) / pytest
Process completed with exit code 1.
Windows (Python 3.9) / mypy
Process completed with exit code 1.
Ubuntu (Python 3.8) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f6f7b2010d0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f6f7b2010d0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x7f6f78785070>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...7f6f78785070>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f6f78785070>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f6f7b2010d0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f6f78785070>, }
Ubuntu (Python 3.8) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f6f7b1f6b50>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f6f7b1f6b50>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x7f6f78186e20>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f6f78186e20>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f6f7b1f6b50>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f6f78186e20>, 'username': 'Ousret', }
Ubuntu (Python 3.8) / pytest
Process completed with exit code 1.
Windows (Python 3.12) / mypy
Process completed with exit code 1.
Ubuntu (Python 3.9) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f40063b1580>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f40063b1580>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x7f40063be160>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f40063be160>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f40063b1580>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f40063be160>, 'username': 'Ousret', }
Ubuntu (Python 3.9) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7fccffdf1820>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7fccffdf1820>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x7fccfff15760>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...7fccfff15760>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7fccfff15760>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7fccffdf1820>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7fccfff15760>, }
Ubuntu (Python 3.9) / pytest
Process completed with exit code 1.
macOS x86_64 (Python 3.10) / mypy
Process completed with exit code 1.
macOS aarch64 (Python 3.11) / mypy
Process completed with exit code 1.
macOS aarch64 (Python 3.12) / mypy
Process completed with exit code 1.
macOS aarch64 (Python 3.11) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10b7610d0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10b7610d0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x10b760810>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co... 0x10b760810>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10b760810>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10b7610d0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10b760810>, }
macOS aarch64 (Python 3.11) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10bb5ed50>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10bb5ed50>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x10b7ff810>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10b7ff810>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10bb5ed50>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10b7ff810>, 'username': 'Ousret', }
macOS aarch64 (Python 3.11) / pytest
Process completed with exit code 1.
Windows (Python 3.12) / pytest: tests\integration\test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001CC9B135DC0>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001CC9B135DC0>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x000001CC9B17C3E0>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000001CC9B17C3E0>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001CC9B135DC0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000001CC9B17C3E0>, 'username': 'Ousret', }
Windows (Python 3.12) / pytest: tests\integration\test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001CC9986D8B0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001CC9986D8B0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x000001CC9B17D430>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...01CC9B17D430>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000001CC9B17D430>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001CC9986D8B0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000001CC9B17D430>, }
Windows (Python 3.12) / pytest
Process completed with exit code 1.
macOS aarch64 (Python 3.12) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x108a5c9b0>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x108a5c9b0>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x10939f950>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10939f950>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x108a5c9b0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10939f950>, 'username': 'Ousret', }
macOS aarch64 (Python 3.12) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x108ca7ec0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x108ca7ec0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x104f6af00>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co... 0x104f6af00>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x104f6af00>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x108ca7ec0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x104f6af00>, }
macOS aarch64 (Python 3.12) / pytest
Process completed with exit code 1.
Windows (Python 3.10) / pytest: tests\integration\test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x0000015DE0B697E0>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x0000015DE0B697E0>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x0000015DE0BE66B0>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x0000015DE0BE66B0>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x0000015DE0B697E0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x0000015DE0BE66B0>, 'username': 'Ousret', }
Windows (Python 3.10) / pytest: tests\integration\test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x0000015DDF3B2350>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x0000015DDF3B2350>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x0000015DE06B1090>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...015DE06B1090>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x0000015DE06B1090>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x0000015DDF3B2350>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x0000015DE06B1090>, }
Windows (Python 3.10) / pytest
Process completed with exit code 1.
Windows (Python 3.8) / pytest: tests\integration\test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000002710F7C3670>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000002710F7C3670>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x000002710EB9CA00>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...02710EB9CA00>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000002710EB9CA00>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000002710F7C3670>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000002710EB9CA00>, }
Windows (Python 3.8) / pytest: tests\integration\test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000002710ECDB400>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000002710ECDB400>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x000002710F66A340>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000002710F66A340>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000002710ECDB400>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000002710F66A340>, 'username': 'Ousret', }
Windows (Python 3.8) / pytest
Process completed with exit code 1.
Windows (Python 3.9) / pytest: tests\integration\test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x0000013D71EDDBB0>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x0000013D71EDDBB0>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x0000013D6F49AD00>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x0000013D6F49AD00>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x0000013D71EDDBB0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x0000013D6F49AD00>, 'username': 'Ousret', }
Windows (Python 3.9) / pytest: tests\integration\test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x0000013D73B4DCD0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x0000013D73B4DCD0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x0000013D73B5B3A0>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...013D73B5B3A0>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x0000013D73B5B3A0>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x0000013D73B4DCD0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x0000013D73B5B3A0>, }
Windows (Python 3.9) / pytest
Process completed with exit code 1.
Windows (Python 3.11) / pytest: tests\integration\test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001D6DBDDC190>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001D6DBDDC190>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x000001D6DC080D10>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000001D6DC080D10>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001D6DBDDC190>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000001D6DC080D10>, 'username': 'Ousret', }
Windows (Python 3.11) / pytest: tests\integration\test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001D6DC9B8B90>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001D6DC9B8B90>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x000001D6DC634D10>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...01D6DC634D10>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000001D6DC634D10>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001D6DC9B8B90>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000001D6DC634D10>, }
Windows (Python 3.11) / pytest
Process completed with exit code 1.
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) / mypy
Process completed with exit code 1.
Ubuntu (Python 3.13) / mypy
Process completed with exit code 1.
Windows (Python 3.13) / mypy
Process completed with exit code 1.
macOS aarch64 (Python 3.13) / mypy
Process completed with exit code 1.
Ubuntu (Python 3.13) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f1bc82486b0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f1bc82486b0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x7f1bca0a5940>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...7f1bca0a5940>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f1bca0a5940>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f1bc82486b0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f1bca0a5940>, }
Ubuntu (Python 3.13) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f1bc9b03b30>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f1bc9b03b30>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x7f1bc2cb1e10>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f1bc2cb1e10>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x7f1bc9b03b30>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x7f1bc2cb1e10>, 'username': 'Ousret', }
Ubuntu (Python 3.13) / pytest
Process completed with exit code 1.
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: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10613f190>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10613f190>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x107b9e160>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co... 0x107b9e160>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x107b9e160>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10613f190>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x107b9e160>, }
macOS aarch64 (Python 3.8) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1073365b0>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1073365b0>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x107a65d60>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x107a65d60>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1073365b0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x107a65d60>, 'username': 'Ousret', }
macOS aarch64 (Python 3.8) / pytest
Process completed with exit code 1.
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.13) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x106e396a0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x106e396a0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x106225320>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co... 0x106225320>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x106225320>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x106e396a0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x106225320>, }
macOS aarch64 (Python 3.13) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10754f110>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10754f110>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x1073f03d0>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x1073f03d0>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10754f110>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x1073f03d0>, 'username': 'Ousret', }
macOS aarch64 (Python 3.13) / pytest
Process completed with exit code 1.
macOS x86_64 (Python 3.11) / mypy
Process completed with exit code 1.
Windows (Python 3.13) / pytest: tests\integration\test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x00000157A2171850>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x00000157A2171850>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x00000157A0A7D390>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x00000157A0A7D390>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x00000157A2171850>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x00000157A0A7D390>, 'username': 'Ousret', }
Windows (Python 3.13) / pytest: tests\integration\test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001A920110AD0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001A920110AD0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x000001A9201703D0>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...01A9201703D0>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000001A9201703D0>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x000001A920110AD0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x000001A9201703D0>, }
Windows (Python 3.13) / pytest
Process completed with exit code 1.
macOS x86_64 (Python 3.10) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10bf548e0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10bf548e0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x10bf3eec0>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co... 0x10bf3eec0>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10bf3eec0>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10bf548e0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10bf3eec0>, }
macOS x86_64 (Python 3.10) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10bf3ddb0>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10bf3ddb0>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x10bdd3be0>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10bdd3be0>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10bf3ddb0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10bdd3be0>, 'username': 'Ousret', }
macOS x86_64 (Python 3.10) / pytest
Process completed with exit code 1.
macOS x86_64 (Python 3.12) / mypy
Process completed with exit code 1.
macOS x86_64 (Python 3.11) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10c69ac50>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10c69ac50>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x10c670810>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10c670810>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10c69ac50>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10c670810>, 'username': 'Ousret', }
macOS x86_64 (Python 3.11) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10c6ea9d0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10c6ea9d0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x10c6e8610>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co... 0x10c6e8610>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10c6e8610>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10c6ea9d0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10c6e8610>, }
macOS x86_64 (Python 3.11) / pytest
Process completed with exit code 1.
macOS x86_64 (Python 3.8) / mypy
Process completed with exit code 1.
macOS x86_64 (Python 3.12) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10b51b110>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10b51b110>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x10b340f20>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10b340f20>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10b51b110>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10b340f20>, 'username': 'Ousret', }
macOS x86_64 (Python 3.12) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10aabd970>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10aabd970>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x10b5dd2e0>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co... 0x10b5dd2e0>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10b5dd2e0>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10aabd970>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10b5dd2e0>, }
macOS x86_64 (Python 3.12) / pytest
Process completed with exit code 1.
macOS x86_64 (Python 3.9) / mypy
Process completed with exit code 1.
macOS x86_64 (Python 3.9) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x115546dc0>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x115546dc0>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x115452130>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x115452130>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x115546dc0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x115452130>, 'username': 'Ousret', }
macOS x86_64 (Python 3.9) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1155f5730>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1155f5730>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x11561de50>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co... 0x11561de50>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x11561de50>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x1155f5730>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x11561de50>, }
macOS x86_64 (Python 3.9) / pytest
Process completed with exit code 1.
macOS x86_64 (Python 3.13) / mypy
Process completed with exit code 1.
macOS x86_64 (Python 3.13) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x114bab290>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x114bab290>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x1156bee40>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x1156bee40>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x114bab290>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x1156bee40>, 'username': 'Ousret', }
macOS x86_64 (Python 3.13) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10b40e510>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10b40e510>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x10b9da890>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co... 0x10b9da890>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10b9da890>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10b40e510>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10b9da890>, }
macOS x86_64 (Python 3.13) / pytest
Process completed with exit code 1.
macOS x86_64 (Python 3.8) / pytest: tests/integration/test_utils_vcs_git.py#L355
test_configured_repository_http_auth AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10d748e20>), username='Ousret', password='***') Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10d748e20>), username='Ousret', password='***', pool_manager=<urllib3.poolmanager.PoolManager object at 0x10ce5a610>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co...me': 'Ousret'} == {'config': Co...me': 'Ousret'} Omitting 3 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10ce5a610>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x10d748e20>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', 'password': '***', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x10ce5a610>, 'username': 'Ousret', }
macOS x86_64 (Python 3.8) / pytest: tests/integration/test_utils_vcs_git.py#L383
test_username_password_parameter_is_not_passed_to_dulwich AssertionError: expected call not found. Expected: get_transport_and_path(location='https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x107c2baf0>)) Actual: get_transport_and_path('https://github.com/python-poetry/test-fixture-vcs-repository.git', config=ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x107c2baf0>), pool_manager=<urllib3.poolmanager.PoolManager object at 0x107c48c10>) pytest introspection follows: Args: assert ('https://git...ository.git',) == () Left contains one more item: 'https://github.com/python-poetry/test-fixture-vcs-repository.git' Full diff: - () + ( + 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + ) Kwargs: assert {'config': Co... 0x107c48c10>} == {'config': Co...pository.git'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'pool_manager': <urllib3.poolmanager.PoolManager object at 0x107c48c10>} Right contains 1 more item: {'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git'} Full diff: { 'config': ConfigFile(<dulwich.config.CaseInsensitiveOrderedMultiDict object at 0x107c2baf0>), - 'location': 'https://github.com/python-poetry/test-fixture-vcs-repository.git', + 'pool_manager': <urllib3.poolmanager.PoolManager object at 0x107c48c10>, }
macOS x86_64 (Python 3.8) / pytest
Process completed with exit code 1.
Status
Process completed with exit code 1.