You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker and believe that this is not a duplicate.
Make sure you run commands with -v flag before pasting the output.
Steps to reproduce
export PDM_PEP517_SCM_VERSION=$pkgver
python -m build --wheel --no-isolation
local _site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
cd $_name-$pkgver
# install to temporary location, as importlib is used
python -m installer --destdir=test_dir dist/*.whl
export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH"
# skip tests that would fail because of missing interpreters: https://github.com/pdm-project/pdm/issues/1175
pytest -vv -c /dev/null -k 'not test_basic_integration and not test_use_invalid_wrapper_python'
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Dependencies:
Actual behavior
python-pdm-2.4.1-1-x86_64-build.log
python-pdm-2.4.0-1-x86_64-check.log
Expected behavior
All unit tests pass.
Environment Information
n/a (packaging from 2.4.1 sdist tarball
The text was updated successfully, but these errors were encountered: