summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
Commit message (Expand)AuthorAgeFilesLines
...
* | gnu: python-importlib-metadata: Update to 1.5.0.•••* gnu/packages/python-xyz.scm (python-importlib-metadata): Update to 1.5.0. [native-inputs]: Add PYTHON-PYFAKEFS. (python2-importlib-metadata)[native-inputs]: Add PYTHON2-PYFAKEFS-BOOTSTRAP. * gnu/packages/check.scm (python2-pyfakefs-bootstrap): New public variable. Marius Bakke2020-02-031-0/+13
* | Merge branch 'staging' into core-updatesMarius Bakke2020-02-031-5/+3
|\|
| * gnu: python-pyfakefs: Update to 3.7.1.•••* gnu/packages/check.scm (python-pyfakefs): Update to 3.7.1. Marius Bakke2020-02-031-2/+2
| * gnu: python-testpath: Remove incorrect #:imported-modules.•••Fixes <https://bugs.gnu.org/39298>. Reported by Clément Lassieur <clement@lassieur.org> and Ricardo Wurmus <rekado@elephly.net>. This pacakge would import (srfi srfi-1) from the host Guile, leading to build failures when the host Guile is 3.0. * gnu/packages/check.scm (python-testpath)[arguments]: Remove incorrect #:imported-modules. Ludovic Courtès2020-01-271-3/+1
* | gnu: python-hypothesis: Update to 5.4.1.•••* gnu/packages/check.scm (python-hypothesis): Update to 5.4.1. Marius Bakke2020-02-031-2/+2
* | gnu: python-pytest: Update to 5.3.5.•••* gnu/packages/check.scm (python-pytest): Update to 5.3.5. Marius Bakke2020-02-031-2/+2
* | gnu: python-pytest-runner: Update to 5.2.•••* gnu/packages/check.scm (python-pytest-runner): Update to 5.2. [arguments]: New field. [native-inputs]: Remove PYTHON-PYTEST-BOOTSTRAP. Marius Bakke2020-01-241-4/+14
* | gnu: python-freezegun: Update to 0.3.14.•••* gnu/packages/check.scm (python-freezegun): Update to 0.3.14. Marius Bakke2020-01-241-2/+2
* | gnu: python-hypothesis: Update to 5.3.0.•••* gnu/packages/check.scm (python-hypothesis): Update to 5.3.0. Marius Bakke2020-01-241-2/+2
* | gnu: python-freezegun: Update to 0.3.13.•••* gnu/packages/check.scm (python-freezegun): Update to 0.3.13. Marius Bakke2020-01-241-2/+2
* | gnu: python-pytest-cov: Update to 2.8.1.•••* gnu/packages/check.scm (python-pytest-cov): Update to 2.8.1. Marius Bakke2020-01-241-2/+2
* | gnu: python2-pytest: Update to 4.6.9.•••* gnu/packages/check.scm (python2-pytest): Update to 4.6.9. (python2-pytest-bootstrap)[propagated-inputs]: Add PYTHON2-IMPORTLIB-METADATA-BOOTSTRAP, PYTHON2-PACKAGING-BOOTSTRAP, and PYTHON2-WCWIDTH. Replace PYTHON2-PLUGGY with PYTHON2-PLUGGY-BOOTSTRAP. * gnu/packages/python-compression.scm (python2-zipp-bootstrap): New public variable. * gnu/packages/python-xyz.scm (python2-importlib-resources-bootstrap): New public variable. (python-importlib-metadata)[native-inputs]: Change from PYTHON-PACKAGING to PYTHON-PACKAGING-BOOTSTRAP. [properties]: New field. (python2-importlib-metadata-bootstrap, python2-contextlib2-bootstrap, python2-pluggy-bootstrap): New public variables. (python-packaging)[arguments]: Allow overriding #:tests?. (python2-packaging-bootstrap): New public variable. Marius Bakke2020-01-241-5/+11
* | gnu: python-pytest: Update to 5.3.2.•••* gnu/packages/check.scm (python-pytest): Update to 5.3.2. [propagated-inputs]: Add PYTHON-WCWIDTH and PYTHON-PACKAGING-BOOTSTRAP. [native-inputs]: Add PYTHON-XMLSCHEMA. [arguments]: Support overriding check phase with #:tests?. (python2-pytest): Stay on version 4.4.2. (python2-pytest-bootstrap): Inherit from PYTHON2-PYTEST instead of PYTHON-PYTEST-BOOTSTRAP. * gnu/packages/python-xyz.scm (python-packaging-bootstrap): New public variable. Marius Bakke2020-01-241-28/+68
* | gnu: python-hypothesis: Update to 5.1.5.•••* gnu/packages/check.scm (python-hypothesis): Update to 5.1.5. [native-inputs]: Remove. [arguments]: New field. [propagated-inputs]: Remove PYTHON-COVERAGE. Add PYTHON-SORTEDCONTAINERS. (python2-hypothesis): Update to 4.57.1. Marius Bakke2020-01-241-6/+14
* | gnu: python-mock: Update to 3.0.5.•••* gnu/packages/check.scm (python-mock): Update to 3.0.5. [propagated-inputs]: Remove PYTHON-PBR-MINIMAL. [native-inputs]: Remove. [arguments]: Remove #:phases. Add #:tests?. Marius Bakke2020-01-241-11/+5
* | gnu: python-coverage: Update to 5.0.3.•••* gnu/packages/check.scm (python-coverage): Update to 5.0.3. Marius Bakke2020-01-241-2/+2
* | Merge branch 'staging' into core-updatesMarius Bakke2020-01-211-5/+24
|\|
| * gnu: python-parameterized: Update to 0.7.1.•••* gnu/packages/patches/python2-parameterized-docstring-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/check.scm (python-parameterized): Update to 0.7.1. [arguments]: Remove #:tests?. Add #:phases to override 'check' phase. [native-inputs]: Add PYTHON-MOCK and PYTHON-NOSE. [properties]: New field. (python2-parameterized)[source](patches): New field. Marius Bakke2020-01-201-4/+22
| * gnu: Update pythonpaste.org home pages.•••* gnu/packages/check.scm (python-scripttest)[home-page]: Update URI. * gnu/packages/python-web.scm (python-paste, python-pastescript) (python-webtest, python-pastedeploy)[home-page]: Likewise. Tobias Geerinckx-Rice2020-01-201-1/+2
* | Merge branch 'master' into core-updatesMarius Bakke2020-01-151-0/+13
|\|
| * gnu: bitlbee: Build with check@0.12.•••* gnu/packages/check.scm (check-0.12): New public variable. * gnu/packages/messaging.scm (bitlbee)[native-inputs]: Change from CHECK to CHECK-0.12. Marius Bakke2020-01-121-0/+13
* | Merge branch 'master' into core-updatesMarius Bakke2020-01-111-10/+24
|\|
| * gnu: googletest: Update to 1.10.0.•••* gnu/packages/check.scm (googletest): Update to 1.10.0. (googletest-1.8): New public variable. * gnu/packages/audio.scm (cli-visualizer)[inputs]: Change from GOOGLETEST to GOOGLETEST-1.8. * gnu/packages/serialization.scm (msgpack)[native-inputs]: Likewise. Marius Bakke2020-01-071-3/+17
| * Merge branch 'staging'Marius Bakke2020-01-071-2/+2
| |\
| | * Merge branch 'master' into stagingMarius Bakke2020-01-031-2/+32
| | |\
| | * | gnu: check: Update to 0.13.0.•••* gnu/packages/check.scm (check): Update to 0.13.0. Marius Bakke2019-12-111-2/+2
| * | | gnu: cppcheck: Update to 1.90.•••* gnu/packages/check.scm (cppcheck): Update to 1.90. Tobias Geerinckx-Rice2020-01-051-2/+2
| * | | gnu: doctest: Update to 2.3.6.•••* gnu/packages/check.scm (doctest): Update to 2.3.6. Tobias Geerinckx-Rice2020-01-041-3/+3
| | |/ | |/|
* / | gnu: libfaketime: Fix failing test.•••* gnu/packages/check.scm (libfaketime)[arguments]: Set environment variable before building. Marius Bakke2020-01-081-0/+6
|/ /
* | gnu: catch-framework2: Update to 2.1.2.•••* gnu/packages/check.scm (catch-framework2): Update to 2.1.2. (catch-framework2-1): New variable. * gnu/packages/cpp.scm (fifo-map)[native-inputs]: Use catch-framework2-1. Ricardo Wurmus2019-12-191-1/+23
* | gnu: behave: Fix tests.•••* gnu/packages/check.scm (behave): Add missing directory to PYTHONPATH before tests. Julien Lepiller2019-12-191-1/+9
|/
* gnu: python2-pylint: Update to 1.9.5.•••* gnu/packages/check.scm (python2-pylint): Update to 1.9.5. Kei Kebreau2019-12-071-2/+2
* Merge branch 'staging'Marius Bakke2019-12-041-2/+2
|\
| * Merge branch 'master' into stagingMarius Bakke2019-11-151-2/+2
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2019-10-211-25/+76
| |\ \
| * \ \ Merge branch 'master' into stagingMarius Bakke2019-10-131-0/+35
| |\ \ \
| * | | | gnu: libfaketime: Update to 0.9.8.•••* gnu/packages/check.scm (libfaketime): Update to 0.9.8. Marius Bakke2019-10-081-2/+2
* | | | | gnu: cmocka: Update to 1.1.5.•••* gnu/packages/check.scm (cmocka): Update to 1.1.5. Tobias Geerinckx-Rice2019-12-031-2/+2
* | | | | gnu: googletest: Build with python3.•••* gnu/packages/check.scm (googletest)[native-inputs]: Remove python-2, add python-wrapper. Efraim Flashner2019-11-281-1/+1
| |_|_|/ |/| | |
* | | | gnu: cppcheck: Update to 1.89.•••* gnu/packages/check.scm (cppcheck): Update to 1.89. Efraim Flashner2019-11-131-2/+2
| |_|/ |/| |
* | | gnu: Add virtest.•••* gnu/packages/check.scm (virtest): New public variable. Marius Bakke2019-10-201-1/+33
* | | gnu: python2-pylint: Fix build.•••* gnu/packages/check.scm (python2-pylint): Set to 1.7.2 as 2.x branch does not support python2 anymore, [arguments]: move python2 specific hack to run tests from python-pylint to here, [native-inputs]: add python2-futures. Mathieu Othacehe2019-10-191-1/+33
* | | gnu: python-pylint: Update to 2.3.1.•••* gnu/packages/check.scm (python-pylint): Update to 2.3.1, [source]: switch to git-fetch, [arguments]: remove python2 specific hack to fix unit tests. Mathieu Othacehe2019-10-191-23/+10
| |/ |/|
* | gnu: Add doctest.•••* gnu/packages/check.scm (doctest): New public variable. Marius Bakke2019-10-121-0/+19
* | gnu: python-bleach: Update to 3.1.0.•••* gnu/packages/check.scm (python-pytest-runner-2, python2-pytest-runner-2): New public variables. * gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.0. [propagated-inputs]: Remove PYTHON-HTML5LIB-0.9. Add PYTHON-WEBENCODINGS. [native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER-2. Marius Bakke2019-10-101-0/+16
|/
* Merge branch 'master' into core-updatesLudovic Courtès2019-09-171-5/+7
|\
| * gnu: umockdev: Update to 0.13.2.•••* gnu/packages/check.scm (umockdev): Update to 0.13.2. Tobias Geerinckx-Rice2019-09-111-5/+7
* | gnu: python-hamcrest: Update to 1.9.0-0.25fdc5f.•••* gnu/packages/check.scm (python-pyhamcrest): Update to 1.9.0-0.25fdc5f. [arguments]: Replace CHECK phase with custom Pytest invokation. Marius Bakke2019-07-151-26/+38
* | gnu: python-pytest: Update to 4.4.2.•••This is necessary to fix a test failure on 32-bit platforms in 4.4.1. * gnu/packages/check.scm (python-pytest): Update to 4.4.2. Marius Bakke2019-07-081-2/+2
* | Merge branch 'staging' into core-updatesMarius Bakke2019-07-021-1/+2
|\|