Run of fresh-releases for pypsrp
Try this locally package):
debcheckout pypsrp
cd pypsrp
new-upstream --import-only
765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 |
reading manifest file 'pypsrp.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pypsrp.egg-info/SOURCES.txt'
copying pypsrp/pwsh_scripts/copy.ps1 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pypsrp/build/pypsrp/pwsh_scripts
copying pypsrp/pwsh_scripts/fetch.ps1 -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pypsrp/build/pypsrp/pwsh_scripts
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pypsrp/build; python3.9 -m pytest "-k-test_build_session_proxies_default -k-test_build_session_proxies_env"
ERROR: Wrong expression passed to '-k': not test_build_session_proxies_default -k-test_build_session_proxies_env: at column 40: expected end of input; got identifier
============================= test session starts ==============================
platform linux -- Python 3.9.1+, pytest-6.0.2, py-1.10.0, pluggy-0.13.0
rootdir: /<<PKGBUILDDIR>>, configfile: setup.cfg
collected 248 items / 2 errors / 246 selected
==================================== ERRORS ====================================
|