Age | Commit message (Expand) | Author |
2020-04-13 | gnu: python-parameterized: Update to 0.7.3....* gnu/packages/check.scm (python-parameterized): Update to 0.7.3.
| Marius Bakke |
2020-04-12 | gnu: python-paramunittest: Fix spelling and grammar....* gnu/packages/check (python-paramunittest): Fix spelling of "parameterized".
Fix grammar "allows to create" to "creates".
| Vagrant Cascadian |
2020-04-02 | gnu: Add python-pytest-forked...* gnu/packages/check.scm (python-pytest-forked): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Lars-Dominik Braun |
2020-03-30 | gnu: Add python-aiounittest....* gnu/packages/check.scm (python-aiounittest): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Lars-Dominik Braun |
2020-03-17 | gnu: doctest: Update to 2.3.7....* gnu/packages/check.scm (doctest): Update to 2.3.7.
| Tobias Geerinckx-Rice |
2020-03-15 | gnu: nose2: Update to 0.9.2....* gnu/packages/check.scm (python-nose2): Update to 0.9.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vincent Legoll |
2020-03-06 | Merge branch 'master' into staging | Marius Bakke |
2020-03-04 | gnu: Update pypi.python.org home pages & use HTTPS....* gnu/packages/check.scm (python-unittest2, python-pytest-localserver)
(python-discover)[home-page]: Follow (HTTPS) redirections.
* gnu/packages/fontutils.scm (python2-defcon)[home-page]: Likewise.
* gnu/packages/glib.scm (python2-pygobject-2)[home-page]: Likewise.
* gnu/packages/graph.scm (python-igraph)[home-page]: Likewise.
* gnu/packages/graphviz.scm (xdot)[home-page]: Likewise.
* gnu/packages/pdf.scm (python-poppler-qt5)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-zope-event, python-zope-testing)
(python-zope-testrunner, python-zope-i18nmessageid, python-zope-schema)
(python-zope-configuration, python-zope-proxy, python-zope-location)
(python-zope-security))[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-setuptools,python-six)
(python2-dogtail, python2-enum, python-enum34, python-unidecode)
(python-numpydoc, python-decorator, python-drmaa, python-pathlib2)
(python-ly, python-msgpack, python-termcolor, python-colorama)
(python-pluggy, python2-pathlib2, python-rfc3987)[home-page]: Likewise.
| Tobias Geerinckx-Rice |
2020-02-14 | gnu: check: Update to 0.14.0....* gnu/packages/check.scm (check): Update to 0.14.0.
| Marius Bakke |
2020-02-06 | gnu: Add python-nose-random....* gnu/packages/check (python-nose-random): New variable.
| Vagrant Cascadian |
2020-02-03 | gnu: python-pyfakefs: Update to 3.7.1....* gnu/packages/check.scm (python-pyfakefs): Update to 3.7.1.
| Marius Bakke |
2020-01-27 | 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ès |
2020-01-20 | 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 Bakke |
2020-01-20 | 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-Rice |
2020-01-12 | 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 Bakke |
2020-01-07 | 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 Bakke |
2020-01-07 | Merge branch 'staging' | Marius Bakke |
2020-01-05 | gnu: cppcheck: Update to 1.90....* gnu/packages/check.scm (cppcheck): Update to 1.90.
| Tobias Geerinckx-Rice |
2020-01-04 | gnu: doctest: Update to 2.3.6....* gnu/packages/check.scm (doctest): Update to 2.3.6.
| Tobias Geerinckx-Rice |
2020-01-03 | Merge branch 'master' into staging | Marius Bakke |
2019-12-19 | 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 Wurmus |
2019-12-19 | gnu: behave: Fix tests....* gnu/packages/check.scm (behave): Add missing directory to PYTHONPATH before
tests.
| Julien Lepiller |
2019-12-11 | gnu: check: Update to 0.13.0....* gnu/packages/check.scm (check): Update to 0.13.0.
| Marius Bakke |
2019-12-07 | gnu: python2-pylint: Update to 1.9.5....* gnu/packages/check.scm (python2-pylint): Update to 1.9.5.
| Kei Kebreau |
2019-12-04 | Merge branch 'staging' | Marius Bakke |
2019-12-03 | gnu: cmocka: Update to 1.1.5....* gnu/packages/check.scm (cmocka): Update to 1.1.5.
| Tobias Geerinckx-Rice |
2019-11-28 | gnu: googletest: Build with python3....* gnu/packages/check.scm (googletest)[native-inputs]: Remove python-2,
add python-wrapper.
| Efraim Flashner |
2019-11-15 | Merge branch 'master' into staging | Marius Bakke |
2019-11-13 | gnu: cppcheck: Update to 1.89....* gnu/packages/check.scm (cppcheck): Update to 1.89.
| Efraim Flashner |
2019-10-21 | Merge branch 'master' into staging | Marius Bakke |
2019-10-20 | gnu: Add virtest....* gnu/packages/check.scm (virtest): New public variable.
| Marius Bakke |
2019-10-19 | 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 Othacehe |
2019-10-19 | 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 Othacehe |
2019-10-13 | Merge branch 'master' into staging | Marius Bakke |
2019-10-12 | gnu: Add doctest....* gnu/packages/check.scm (doctest): New public variable.
| Marius Bakke |
2019-10-10 | 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 Bakke |
2019-10-08 | gnu: libfaketime: Update to 0.9.8....* gnu/packages/check.scm (libfaketime): Update to 0.9.8.
| Marius Bakke |
2019-09-17 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-09-11 | gnu: umockdev: Update to 0.13.2....* gnu/packages/check.scm (umockdev): Update to 0.13.2.
| Tobias Geerinckx-Rice |
2019-07-15 | 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 Bakke |
2019-07-08 | 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 Bakke |
2019-07-02 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-07-02 | Merge branch 'master' into staging | Marius Bakke |
2019-07-01 | gnu: behave: Fix build....* gnu/packages/check.scm (behave)[propagated-inputs]: Add
python-importlib-metadata.
| Danny Milosavljevic |
2019-06-29 | Merge branch 'master' into staging | Marius Bakke |
2019-06-27 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-06-24 | gnu: znc: Switch back to Guix's googletest package....* gnu/packages/messaging.scm (znc)[native-inputs]: Use the packaged
googletest's sources.
| Tobias Geerinckx-Rice |
2019-06-24 | gnu: googletest: Update to 1.8.1....* gnu/packages/check.scm (googletest): Update to 1.8.1.
| Tobias Geerinckx-Rice |
2019-06-20 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-06-20 | Merge branch 'master' into staging | Marius Bakke |