Date: Wednesday, December 28, 2022 @ 10:22:15 Author: dvzrv Revision: 1370057
Update comments in check(). Modified: python-coverage-conditional-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-28 10:21:43 UTC (rev 1370056) +++ PKGBUILD 2022-12-28 10:22:15 UTC (rev 1370057) @@ -27,9 +27,7 @@ # install to temporary location, as importlib is used python -m installer --destdir=test_dir dist/*.whl export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH" - # ignore integration and code style checks - # ignore unwanted pulling in of python-pytest-pythonpath: https://github.com/wemake-services/coverage-conditional-plugin/issues/154 - # ignore broken integration test + # ignore integration tests pytest -vv -c /dev/null --ignore tests/test_integration.py }
