pybuilder icon indicating copy to clipboard operation
pybuilder copied to clipboard

Software build automation tool for Python.

Results 106 pybuilder issues
Sort by recently updated
recently updated
newest added

Vendorization 2022-08-08 Python 3.11.0-rc.1

This is an improvement to fix #639. The extensions might be defined in project's `distutils_ext_modules` property as a list of dictionaries where each dictionary represents keyword arguments with values for...

I am trying to integrate a pybuilder plugin that is deployed in a private PyPI repository, but it seems that the link to the repository is being ignored by the...

enhancement

Hi, is it possible to theme the pybuilder color output. I recently switched to a light terminal background and find it hard to see the yellow text for `WARN`.

I am using Pybuilder to develop a project that depends on a library that is being developed concurrently. In the `requirements.txt` file I am imposing a condition like this: ```...

enhancement

After upgrading from v0.12.10 to v0.13.3, we noticed a new error: ` File "/ws/.venv/lib/python3.8/site-packages/pybuilder/_vendor/importlib_metadata/__init__.py", line 6, in from .. import zipp ValueError: attempted relative import beyond top-level package --------------------------------------------------------------------------------` This...

Looks like without `-v` the default is to suppress the traceback of unit test errors: ``` [INFO] Executed 1 unit tests Error: Test has error: unittest.loader._FailedTest.xxx ------------------------------------------------------------ BUILD FAILED -...

enhancement

This is pretty much an edge case but it seems that some projects need to be built with a pip constraints file, such as Airflow ([detailed description as to why...

I am a big fan of pybuilder. I am using Scrapy web crawling framework in my project which has its own directory structure, could you please let me know if...

``` Error: Import error in test file /home/runner/work/pybuilder/pybuilder/.pybuilder/plugins/cpython-3.11.0.alpha.2/lib/python3.11/site-packages/xmlrunner/unittest.py, due to statement 'from unittest import TestResult, _TextTestResult' on line 8 Error: Error importing unittest: cannot import name '_TextTestResult' from 'unittest' (/opt/hostedtoolcache/Python/3.11.0-alpha.2/x64/lib/python3.11/unittest/__init__.py)...