1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-cloudpathlib: Drop phase 'fix-pytest-config.

* gnu/packages/python-web.scm (python-cloudpathlib)[arguments]
<#:phases>: Drop phase 'fix-pytest-config.

Change-Id: Ia02f72a3643ed4b04e7430a74b246b27378ea213
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-03-16 14:18:19 +01:00
committed by Sharlatan Hellseher
parent 8364aab795
commit 154710fd33

View File

@@ -530,13 +530,7 @@ and JSON.
"--ignore=tests/test_azure_specific.py"
;; TypeError: Retry.__init__() got an unexpected keyword
;; argument 'timeout'
"--deselect=tests/test_gs_specific.py::test_timeout_and_retry")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-pytest-config
(lambda _
(substitute* "pyproject.toml"
(("addopts =.*") "")))))))
"--deselect=tests/test_gs_specific.py::test_timeout_and_retry")))
(native-inputs
(list ;; python-azure-identity
python-dotenv