diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3db9a3f46e1..3d522b72820 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -36600,14 +36600,12 @@ Currently, Linux is the only platform supported by this library.") | |||
| 36600 | (build-system pyproject-build-system) | 36600 | (build-system pyproject-build-system) |
| 36601 | (arguments | 36601 | (arguments |
| 36602 | (list | 36602 | (list |
| 36603 | #:build-backend "poetry.core.masonry.api" ;requires uv_build | ||
| 36604 | ;; Integration tests require unpackaged dependencies. | ||
| 36605 | #:test-flags #~(list "--ignore=tests/integration"))) | 36603 | #:test-flags #~(list "--ignore=tests/integration"))) |
| 36606 | (native-inputs | 36604 | (native-inputs |
| 36607 | (list python-coverage ;hard dependency | 36605 | (list python-coverage ;hard dependency |
| 36608 | python-poetry-core | ||
| 36609 | python-pytest | 36606 | python-pytest |
| 36610 | python-pytest-asyncio)) | 36607 | python-pytest-asyncio |
| 36608 | python-uv-build)) | ||
| 36611 | (propagated-inputs | 36609 | (propagated-inputs |
| 36612 | (list python-dbus-fast)) | 36610 | (list python-dbus-fast)) |
| 36613 | (home-page "https://github.com/hbldh/bleak") | 36611 | (home-page "https://github.com/hbldh/bleak") |
