aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
Commit message (Expand)AuthorAge
...
| * gnu: Add python-pytest-mypy.•••* gnu/packages/check.scm (python-pytest-mypy): New variable. Maxim Cournoyer2022-05-12
* | gnu: python-pytest-cov: Update to 3.0.0.•••* gnu/packages/pdf.scm (python-pytest-cov): Update to 3.0.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Giacomo Leidi2022-03-23
* | Merge branch 'master' into staging.Maxim Cournoyer2022-03-21
|\|
| * gnu: Add python-pytest-pudb.•••* gnu/packages/check.scm (python-pytest-pudb): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> jgart2022-03-21
| * gnu: pict: Update to 3.7.3.•••* gnu/packages/check.scm (pict): Update to 3.7.3. Maxim Cournoyer2022-02-20
| * gnu: umockdev: Reference libumockdev by absolute path.•••* gnu/packages/check.scm (umockdev)[arguments]<#:phases>{absolute-introspection-library}: New phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos2022-02-18
| * gnu: umockdev: Reference 'env' and 'sh' by absolute path.•••* gnu/packages/check.scm (umockdev)[inputs]: Add 'bash-minimal' and 'coreutils-minimal'. (umockdev)[arguments]<#:phases>{absolute-filenames}: New phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos2022-02-18
| * gnu: umockdev: Use G-expressions.•••While we're at it, remove the trailing #t. * gnu/packagers/check.scm (umockdev)[arguments]<#:phases>: Change to a G-exp. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos2022-02-18
* | gnu: python-flaky: Update to 3.7.0.•••* gnu/packages/check.scm (python-flaky): Update to 3.7.0. Marius Bakke2022-02-13
|/
* gnu: pict: Use release tag and install doc.•••* gnu/packages/check.scm (pict)[origin]: Use the release tag (newly added upstream). [phases]{install}: Also install the pict.md file. Maxim Cournoyer2022-02-08
* gnu: Add pict.•••* gnu/packages/check.scm (pict): New variable. Maxim Cournoyer2022-02-08
* gnu: clitest: Use G-expressions.•••* gnu/packages/check.scm (clitest)[arguments]: Rewrite as gexp. While here, respect TESTS? in check phase. Marius Bakke2022-02-07
* gnu: clitest: Update to 0.4.0.•••* gnu/packages/check.scm (clitest): Update to 0.4.0. [inputs]: Add BASH-MINIMAL. [arguments]: Remove trailing #t. Marius Bakke2022-02-07
* gnu: libfaketime: Adjust flags on riscv64-linux.•••* gnu/packages/check.scm (libfaketime)[arguments]: When building for riscv64-linux adjust CFLAGS to make the package work. Efraim Flashner2022-02-05
* gnu: doctest: Update to 2.4.8.•••* gnu/packages/check.scm (doctest): Update to 2.4.8. Marius Bakke2022-02-01
* gnu: 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 South2022-01-28
* gnu: 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 Bakke2022-01-22
* gnu: 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 Bakke2022-01-22
* gnu: 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 Bakke2022-01-22
* gnu: 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 Cournoyer2022-01-17
* gnu: python-pytest-timeout: Update to 2.0.2.•••* gnu/packages/check.scm (python-pytest-timeout): Update to 2.0.2. Maxim Cournoyer2022-01-10
* gnu: 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 Cournoyer2022-01-10
* gnu: 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 Cournoyer2022-01-10
* gnu: 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 Cournoyer2022-01-10
* gnu: 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ès2021-12-13
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-13
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\
| * gnu: 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 Morgensen2021-12-08
* | gnu: python-pytest-httpserver: Use GUIX_PYTHONPATH.•••* gnu/packages/check.scm (python-pytest-httpserver)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH. Ricardo Wurmus2021-11-19
* | gnu: python-lit: Update to 12.0.1.•••* gnu/packages/check.scm (python-lit): Update to 12.0.1. Maxim Cournoyer2021-11-11
* | gnu: python2-lit: Remove package.•••* gnu/packages/check.scm (python2-lit): Remove package. Maxim Cournoyer2021-11-11
* | gnu: python-pytest: Update to 6.2.5.•••* gnu/packages/check.scm (python-pytest): Update to 6.2.5. Maxim Cournoyer2021-11-11
* | gnu: python-hypothesis: Update to 6.23.4.•••* gnu/packages/check.scm (python-hypothesis): Update to 6.23.4. Maxim Cournoyer2021-11-11
* | gnu: 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 Cournoyer2021-11-11
* | gnu: googletest: Update to 1.11.0.•••* gnu/packages/check.scm (googletest): Update to 1.11.0. Greg Hogan2021-11-11
* | gnu: Add python-pytest-6.1.•••* gnu/packages/check.scm (python-pytest-6.1): New variable. Efraim Flashner2021-10-27
* | gnu: 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 Flashner2021-10-27
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: Add python-hypothesis-6.23.•••* gnu/packages/check.scm (python-hypothesis-6.23): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Sébastien Lerique2021-10-18
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: python2-pytest-mock: Downgrade to 1.10.1.•••* gnu/packages/check.scm (python2-pytest-mock)[propagated-inputs]: Only use python2-mock and python2-pytest. [version]: Downgrade to 1.10.1. Ricardo Wurmus2021-09-29
| * gnu: python-pytest-6: Fix version string in metadata.•••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. Maxim Cournoyer2021-09-28
| * gnu: Add python-pytest-random-order.•••* gnu/packages/check.scm (python-pytest-random-order): New variable. Maxim Cournoyer2021-09-27
| * gnu: Add python-pytest-assume.•••* gnu/packages/check.scm (python-pytest-assume): New variable. Maxim Cournoyer2021-09-26
| * gnu: python-pyhamcrest: Update to 2.0.2.•••* 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. Maxim Cournoyer2021-09-26
| * gnu: python2-pyhamcrest: Remove package.•••* gnu/packages/check.scm (python2-pyhamcrest): Delete variable. Maxim Cournoyer2021-09-26
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * gnu: Remove python-pytest-mock-3.•••* 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. Ricardo Wurmus2021-08-31
| * gnu: Add python-pytest-mock-3.•••* gnu/packages/check.scm (python-pytest-mock-3): New variable. Ricardo Wurmus2021-08-30
| * gnu: Add python-pytest-xdist-next.•••* gnu/packages/check.scm (python-pytest-xdist-next): New variable. Maxim Cournoyer2021-08-29