diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-31 02:56:39 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:33 +0100 |
| commit | 30b3cbc90f27c4d84306f949bba24989779c0992 (patch) | |
| tree | 3ea74ac7384a0071d0d0e61a10328bbbfbf55d7d /gnu/packages/python-crypto.scm | |
| parent | ae37c28e86dc490c47a53cdbcba32607362465ef (diff) | |
build-system/pyproject: Stop hiding options.
* gnu/packages/python-crypto.scm (python-keyring)
[arguments]<#:test-flags>: Remove arguments hiding coverage options.
* gnu/packages/python-web.scm (python-asgi-lifespan,
python-openapi-schema-validator, python-openapi-spec-validator,
python-openapi-core)[arguments]<#:test-flags>: Remove arguments hiding
coverage options.
(python-openapi-schema-validator, python-openapi-spec-validator)
[arguments]<#:phases>: Remove 'remove-coverage-pytest-options phase.
(python-cssselect2)[arguments]: Remove uneeded field.
(python-quart)[arguments]: Remove uneeded field.
(python-jsonpickle)[arguments]<#:test-flags>: Remove uneeded
test-flags.
* gnu/packages/python-xyz.scm (python-cattrs)
[arguments]<#:phases>: Remove arguments hiding coverage options.
(python-blessed)[arguments]: Remove uneeded field.
python-pytest-cov remove option
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 6c755d186c2..9a074b58ba7 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -325,7 +325,6 @@ do what is needed for client/server Kerberos authentication based on | |||
| 325 | (build-system pyproject-build-system) | 325 | (build-system pyproject-build-system) |
| 326 | (arguments | 326 | (arguments |
| 327 | (list | 327 | (list |
| 328 | #:test-flags '(list "-c" "/dev/null") ;avoid extra test dependencies | ||
| 329 | #:phases | 328 | #:phases |
| 330 | #~(modify-phases %standard-phases | 329 | #~(modify-phases %standard-phases |
| 331 | (add-before 'check 'workaround-test-failure | 330 | (add-before 'check 'workaround-test-failure |
