Package: src:python-virtualenv
Version: 20.24.6+ds-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

python-virtualenv's autopkg tests fail with Python 3.12:

[...]
672s autopkgtest [19:01:42]: test python3: [-----------------------
672s ===== python3.12 =====
672s created virtual environment CPython3.12.0.final.0-64 in 224ms
672s creator CPython3Posix(dest=/tmp/autopkgtest.OseJgo/autopkgtest_tmp/ve, clear=False, no_vcs_ignore=False, global=False) 672s seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/tmp/autopkgtest.OseJgo/autopkgtest_tmp/home/.local/share/virtualenv)
672s     added seed packages: pip==23.3
672s activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
672s created virtual environment CPython3.12.0.final.0-64 in 98ms
672s creator CPython3Posix(dest=/tmp/autopkgtest.OseJgo/autopkgtest_tmp/sysve, clear=False, no_vcs_ignore=False, global=True) 672s seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/tmp/autopkgtest.OseJgo/autopkgtest_tmp/home/.local/share/virtualenv)
672s     added seed packages: pip==23.3
672s activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator
672s testMPipHelp
673s
673s Usage:
673s /tmp/autopkgtest.OseJgo/autopkgtest_tmp/ve/bin/python -m pip <command> [options]
673s
673s Commands:
673s   install                     Install packages.
673s   download                    Download packages.
673s   uninstall                   Uninstall packages.
673s freeze Output installed packages in requirements format.
673s   inspect                     Inspect the python environment.
673s   list                        List installed packages.
673s show Show information about installed packages. 673s check Verify installed packages have compatible dependencies.
673s   config                      Manage local and global configuration.
673s   search                      Search PyPI for packages.
673s   cache                       Inspect and manage pip's wheel cache.
673s index Inspect information available from package indexes.
673s   wheel                       Build wheels from your requirements.
673s   hash                        Compute hashes of package archives.
673s completion A helper command used for command completion.
673s   debug                       Show information useful for debugging.
673s   help                        Show help for commands.
673s
673s General Options:
673s   -h, --help                  Show help.
673s --debug Let unhandled exceptions propagate outside the 673s main subroutine, instead of logging them to
673s                               stderr.
673s   --isolated                  Run pip in an isolated mode, ignoring
673s environment variables and user configuration. 673s --require-virtualenv Allow pip to only run in a virtual environment;
673s                               exit with an error otherwise.
673s --python <python> Run pip with the specified Python interpreter. 673s -v, --verbose Give more output. Option is additive, and can be
673s                               used up to 3 times.
673s   -V, --version               Show version and exit.
673s -q, --quiet Give less output. Option is additive, and can be 673s used up to 3 times (corresponding to WARNING,
673s                               ERROR, and CRITICAL logging levels).
673s   --log <path>                Path to a verbose appending log.
673s   --no-input                  Disable prompting for input.
673s   --keyring-provider <keyring_provider>
673s Enable the credential lookup via the keyring 673s library if user input is allowed. Specify which 673s mechanism to use [disabled, import, subprocess].
673s                               (default: disabled)
673s   --proxy <proxy>             Specify a proxy in the form
673s                               scheme://[user:passwd@]proxy.server:port.
673s --retries <retries> Maximum number of retries each connection should
673s                               attempt (default 5 times).
673s --timeout <sec> Set the socket timeout (default 15 seconds). 673s --exists-action <action> Default action when a path already exists: 673s (s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort. 673s --trusted-host <hostname> Mark this host or host:port pair as trusted, 673s even though it does not have valid or any HTTPS. 673s --cert <path> Path to PEM-encoded CA certificate bundle. If
673s                               provided, overrides the default. See 'SSL
673s Certificate Verification' in pip documentation
673s                               for more information.
673s --client-cert <path> Path to SSL client certificate, a single file 673s containing the private key and the certificate
673s                               in PEM format.
673s   --cache-dir <dir>           Store the cache data in <dir>.
673s   --no-cache-dir              Disable the cache.
673s   --disable-pip-version-check
673s Don't periodically check PyPI to determine 673s whether a new version of pip is available for
673s                               download. Implied with --no-index.
673s   --no-color                  Suppress colored output.
673s   --no-python-version-warning
673s                               Silence deprecation warnings for upcoming
673s                               unsupported Pythons.
673s --use-feature <feature> Enable new functionality, that may be backward
673s                               incompatible.
673s --use-deprecated <feature> Enable deprecated functionality, that will be
673s                               removed in the future.
673s testSystemPackagesNotAvailable
673s Traceback (most recent call last):
673s   File "<string>", line 1, in <module>
673s ModuleNotFoundError: No module named 'six'
673s testSystemPackagesAvailable
674s WARNING: Skipping /usr/lib/python3.12/dist-packages/PyYAML-6.0.1.dist-info due to invalid metadata entry 'name' 674s WARNING: Skipping /usr/lib/python3.12/dist-packages/virtualenv-20.24.6+ds.dist-info due to invalid metadata entry 'name' 674s WARNING: Skipping /usr/lib/python3.12/dist-packages/keyring-24.3.0.dist-info due to invalid metadata entry 'name'
674s testSetuptoolsAvailable
674s Traceback (most recent call last):
674s   File "<string>", line 1, in <module>
674s ModuleNotFoundError: No module named 'setuptools'
674s ASSERT:Import setuptools from regular VE
675s Traceback (most recent call last):
675s   File "<string>", line 1, in <module>
675s ModuleNotFoundError: No module named 'setuptools'
675s ASSERT:Import setuptools from system-site-packages VE
675s shunit2:ERROR testSetuptoolsAvailable() returned non-zero return code.
675s
675s Ran 4 tests.
675s
675s FAILED (failures=3)
675s autopkgtest [19:01:45]: test python3: -----------------------]
675s autopkgtest [19:01:45]: test python3: - - - - - - - - - - results - - - - - - - - - -
675s python3              FAIL non-zero exit status 1

Reply via email to