summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
AgeCommit message (Collapse)Author
2022-02-08gnu: pict: Use release tag and install doc.Maxim Cournoyer
* gnu/packages/check.scm (pict)[origin]: Use the release tag (newly added upstream). [phases]{install}: Also install the pict.md file.
2022-02-08gnu: Add pict.Maxim Cournoyer
* gnu/packages/check.scm (pict): New variable.
2022-02-07gnu: clitest: Use G-expressions.Marius Bakke
* gnu/packages/check.scm (clitest)[arguments]: Rewrite as gexp. While here, respect TESTS? in check phase.
2022-02-07gnu: clitest: Update to 0.4.0.Marius Bakke
* gnu/packages/check.scm (clitest): Update to 0.4.0. [inputs]: Add BASH-MINIMAL. [arguments]: Remove trailing #t.
2022-02-05gnu: libfaketime: Adjust flags on riscv64-linux.Efraim Flashner
* gnu/packages/check.scm (libfaketime)[arguments]: When building for riscv64-linux adjust CFLAGS to make the package work.
2022-02-01gnu: doctest: Update to 2.4.8.Marius Bakke
* gnu/packages/check.scm (doctest): Update to 2.4.8.
2022-01-28gnu: catch2: Update to 2.13.8.Simon South
* gnu/packages/check.scm (catch-framework2): Update to 2.13.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-22gnu: behave: Update to 1.2.7.dev2.Marius Bakke
* 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.
2022-01-22gnu: python-pytest-asyncio: Update to 0.17.2.Marius Bakke
* 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.
2022-01-22gnu: python-pytest-mock: Cope with test warnings.Marius Bakke
* gnu/packages/check.scm (python-pytest-mock)[source](modules, snippet): New fields. [arguments]: Increase test verbosity and remove obsolete workaround.
2022-01-17gnu: python-aiohttp: Update to 3.8.1.Maxim Cournoyer
* 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.
2022-01-10gnu: python-pytest-timeout: Update to 2.0.2.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-timeout): Update to 2.0.2.
2022-01-10gnu: python-pylint: Update to 2.12.2.Maxim Cournoyer
* 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.
2022-01-10gnu: python-testpath: Update to 0.5.0 and enable tests.Maxim Cournoyer
* 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.
2022-01-10gnu: python-nose: Fix build.Maxim Cournoyer
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.
2021-12-13gnu: Further simplify package inputs.Ludovic Courtès
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.)
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-12-08gnu: Remove go-gopkg.in-check.v1.Sarah Morgensen
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>
2021-11-19gnu: python-pytest-httpserver: Use GUIX_PYTHONPATH.Ricardo Wurmus
* gnu/packages/check.scm (python-pytest-httpserver)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-11gnu: python-lit: Update to 12.0.1.Maxim Cournoyer
* gnu/packages/check.scm (python-lit): Update to 12.0.1.
2021-11-11gnu: python2-lit: Remove package.Maxim Cournoyer
* gnu/packages/check.scm (python2-lit): Remove package.
2021-11-11gnu: python-pytest: Update to 6.2.5.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest): Update to 6.2.5.
2021-11-11gnu: python-hypothesis: Update to 6.23.4.Maxim Cournoyer
* gnu/packages/check.scm (python-hypothesis): Update to 6.23.4.
2021-11-11gnu: python-pytest-6: Fix version via setuptools-scm.Maxim Cournoyer
* 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.
2021-11-11gnu: googletest: Update to 1.11.0.Greg Hogan
* gnu/packages/check.scm (googletest): Update to 1.11.0.
2021-10-27gnu: Add python-pytest-6.1.Efraim Flashner
* gnu/packages/check.scm (python-pytest-6.1): New variable.
2021-10-27gnu: python-pytest-mock: Adjust package inputs.Efraim Flashner
* 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.
2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-10-18gnu: Add python-hypothesis-6.23.Sébastien Lerique
* gnu/packages/check.scm (python-hypothesis-6.23): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-09-29gnu: python2-pytest-mock: Downgrade to 1.10.1.Ricardo Wurmus
* gnu/packages/check.scm (python2-pytest-mock)[propagated-inputs]: Only use python2-mock and python2-pytest. [version]: Downgrade to 1.10.1.
2021-09-28gnu: python-pytest-6: Fix version string in metadata.Maxim Cournoyer
The PKG-INFO file generated previously would have '0.0.0' as the version string, causing problems in other packages specifying requirements such as 'pytest>=6'. * gnu/packages/check.scm (python-pytest-6)[phases]{fix-version}: New phase.
2021-09-27gnu: Add python-pytest-random-order.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-random-order): New variable.
2021-09-26gnu: Add python-pytest-assume.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-assume): New variable.
2021-09-26gnu: python-pyhamcrest: Update to 2.0.2.Maxim Cournoyer
* gnu/packages/check.scm (python-pyhamcrest): Update to 2.0.2. [origin]: Use latest tagged release. Reword comment. [native-inputs]: Remove all but the python-pytest input. [propagated-inputs]: Delete field. [phases]{check}: Augment PYTHONPATH via the add-installed-pythonpath procedure.
2021-09-26gnu: python2-pyhamcrest: Remove package.Maxim Cournoyer
* gnu/packages/check.scm (python2-pyhamcrest): Delete variable.
2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-08-31gnu: Remove python-pytest-mock-3.Ricardo Wurmus
* gnu/packages/check.scm (python-pytest-mock-3): Remove variable. * gnu/packages/python-xyz.scm (python-anyio)[native-inputs]: Replace python-pytest-mock-3 with python-pytest-mock.
2021-08-22gnu: libfaketime: Adjust flags on powerpc64le-linux.Efraim Flashner
* gnu/packages/check.scm (libfaketime)[arguments]: Adjust CFLAGS on powerpc64le-linux to make package work.
2021-08-11gnu: python-testtools: Honor #:tests? in check phase.Efraim Flashner
* gnu/packages/check.scm (python-testtools)[arguments]: Adjust custom 'check phase to honor #:tests.
2021-08-11gnu: python-testtools: Update to 2.5.0.Efraim Flashner
* gnu/packages/check.scm (python-testtools): Update to 2.5.0. [propagated-inputs]: Remove python-mimeparse, python-pbr, python-six, python-traceback2, python-unittest2. (python-testtools-bootstrap)[source]: Remove patch. * gnu/packages/patches/python-testtools.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2021-08-11gnu: python-fixtures: Honor tests? in the check phase.Efraim Flashner
* gnu/packages/check.scm (python-fixtures)[arguments]: Adjust 'check phase to honor #:tests.
2021-08-11gnu: python-fixtures: Fix building.Efraim Flashner
* gnu/packages/check.scm (python-fixtures-bootstrap)[source]: Add patch. * gnu/packages/patches/python-fixtures-remove-monkeypatch-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2021-08-09gnu: python-pylint: Update to 2.9.6.Efraim Flashner
* gnu/packages/check.scm (python-pylint): Update to 2.9.6. [arguments]: Remove field. [native-inputs]: Remove python-tox. [propagated-inputs]: Remove python-six.
2021-08-09gnu: python-pytest-xprocess: Update to 0.18.1.Efraim Flashner
* gnu/packages/check.scm (python-pytest-xprocess): Update to 0.18.1. [propagated-inputs]: Remove python-pytest-cache. [native-inputs]: Add python-setuptools-scm. [home-page]: Update to new home-page.
2021-08-08gnu: cpputest: Update to 4.0.Efraim Flashner
* gnu/packages/check.scm (cpputest): Update to 4.0.
2021-08-01Merge branch 'master' into core-updates-frozenMarius Bakke
2021-07-29gnu: Add googlebenchmark.Ludovic Courtès
* gnu/packages/check.scm (googlebenchmark): New variable.
2021-08-30gnu: Add python-pytest-mock-3.Ricardo Wurmus
* gnu/packages/check.scm (python-pytest-mock-3): New variable.