aboutsummaryrefslogtreecommitdiff
path: root/doc/guix-cookbook.texi
blob: b9fb916f4a34c4acb7b28456b14fe720f40c2d26 (about) (plain)
blob size (143KB) exceeds display size limit (100KB).
2022-01-28gnu: catch2: Update to 2.13.8....* gnu/packages/check.scm (catch-framework2): Update to 2.13.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Simon South 2022-01-22gnu: behave: Update to 1.2.7.dev2....* gnu/packages/check.scm (behave): Update to 1.2.7.dev2. [source]: Switch to GIT-FETCH. Remove patches. [arguments]: Remove #:test-target. Add #:phases. [propagated-inputs]: Add PYTHON-COLORAMA and PYTHON-CUCUMBER-TAG-EXPRESSIONS. * gnu/packages/patches/behave-skip-a-couple-of-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke 2022-01-22gnu: python-pytest-asyncio: Update to 0.17.2....* gnu/packages/check.scm (python-pytest-asyncio): Update to 0.17.2. [arguments]: Specify setuptools-scm version. Replace check phase. [native-inputs]: Remove PYTHON-COVERAGE. Add PYTHON-FLAKY and PYTHON-SETUPTOOLS-SCM. * gnu/packages/python-xyz.scm (python-tqdm, python-watchgod)[arguments]: Specify asyncio_mode when running tests. Marius Bakke 2022-01-22gnu: python-pytest-mock: Cope with test warnings....* gnu/packages/check.scm (python-pytest-mock)[source](modules, snippet): New fields. [arguments]: Increase test verbosity and remove obsolete workaround. Marius Bakke 2022-01-17gnu: python-aiohttp: Update to 3.8.1....* gnu/packages/check.scm (python-pytest-6.1): Delete package. * gnu/packages/python-web.scm (python-aiohttp): Update to 3.8.1. [source]: Adjust snippet and comment it out with a TODO comment. [phases]{cythonize}: Fix indentation. {check}: Use 'when' for the TESTS? condition. Delete the test_proxy_functional.py test file. Skip tests requiring networking. Run tests in parallel with xdist. [propagated-inputs]: Add python-aiosignal. Remove python-attrs. {python-chardet}: Replace by... {python-charset-normalizer}: ... this. Add python-frozenlist. [native-inputs]: Use the regular python-pytest package. Add python-pytest-xdist. Maxim Cournoyer 2022-01-10gnu: python-pytest-timeout: Update to 2.0.2....* gnu/packages/check.scm (python-pytest-timeout): Update to 2.0.2. Maxim Cournoyer 2022-01-10gnu: python-pylint: Update to 2.12.2....* gnu/packages/check.scm (python-pylint): Update to 2.12.2. [phases]{check}: Override phase. [native-inputs]: Remove python-pytest-benchmark, python-pytest-runner. [propagated-inputs]: Add python-platformdirs, python-typing-extensions. [synopsis]: Streamline. Maxim Cournoyer 2022-01-10gnu: python-testpath: Update to 0.5.0 and enable tests....* gnu/packages/check.scm (python-testpath): Update to 0.5.0. [phases]{relax-requirements}: New phase {build}: Build using pypa-build's 'build' command. {check}: Override phase. {install}: Adjust. [native-inputs]: Remove python-flit. Add python-pypa-build and python-pytest. [home-page]: Update. Maxim Cournoyer 2022-01-10gnu: python-nose: Fix build....This unmaintained package doesn't build anymore on Python 3.9.9. * gnu/packages/check.scm (python-nose)[phases]{invoke-2to3}: New phase. [properties]: New field. (python2-nose): Strip python2 property. [phases]{invoke-2to3}: Delete phase. Maxim Cournoyer 2021-12-13gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès 2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès 2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-08gnu: Remove go-gopkg.in-check.v1....This package is a duplicate of go-gopkg-in-check-v1 in golang.scm, has no binaries, and has no dependents, so remove it. * gnu/packages/check.scm (go-gopkg.in-check.v1): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name> Sarah Morgensen 2021-11-19gnu: python-pytest-httpserver: Use GUIX_PYTHONPATH....* gnu/packages/check.scm (python-pytest-httpserver)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH. Ricardo Wurmus 2021-11-11gnu: python-lit: Update to 12.0.1....* gnu/packages/check.scm (python-lit): Update to 12.0.1. Maxim Cournoyer 2021-11-11gnu: python2-lit: Remove package....* gnu/packages/check.scm (python2-lit): Remove package. Maxim Cournoyer 2021-11-11gnu: python-pytest: Update to 6.2.5....* gnu/packages/check.scm (python-pytest): Update to 6.2.5. Maxim Cournoyer 2021-11-11gnu: python-hypothesis: Update to 6.23.4....* gnu/packages/check.scm (python-hypothesis): Update to 6.23.4. Maxim Cournoyer 2021-11-11gnu: python-pytest-6: Fix version via setuptools-scm....* gnu/packages/check.scm (python-pytest-6): Fix indentation. [phases]{fix-version}: Rename to... {pretend-version}: ... this. Use the supported setuptools-scm mechanism to manually fix the version string, as suggested upstream. Maxim Cournoyer 2021-11-11gnu: googletest: Update to 1.11.0....* gnu/packages/check.scm (googletest): Update to 1.11.0. Greg Hogan 2021-10-27gnu: Add python-pytest-6.1....* gnu/packages/check.scm (python-pytest-6.1): New variable. Efraim Flashner 2021-10-27gnu: python-pytest-mock: Adjust package inputs....* gnu/packages/check.scm (python-pytest-mock)[propagated-inputs]: Move python-pytest-asyncio ... [native-inputs]: ... to here. (python2-pytest-mock): Adjust to ensure package remains unchanged. Efraim Flashner