me
/
guix
Archived
1
0
Fork 0
Commit Graph

232 Commits (524e5fe56b602d2ccb1dd2bf5a50a0e6ca397759)

Author SHA1 Message Date
Marius Bakke 5e57967652
gnu: python-pytest-timeout: Update to 1.3.4.
* gnu/packages/check.scm (python-pytest-timeout): Update to 1.3.4.
[arguments]: Override check phase.
[native-inputs]: Add PYTHON-PEXPECT.
2020-04-24 23:24:23 +02:00
Marius Bakke 8d85ad6c6d
gnu: python-parameterized: Update to 0.7.3.
* gnu/packages/check.scm (python-parameterized): Update to 0.7.3.
2020-04-13 19:38:04 +02:00
Vagrant Cascadian 4d72d02b8a
gnu: python-paramunittest: Fix spelling and grammar.
* gnu/packages/check (python-paramunittest): Fix spelling of "parameterized".
  Fix grammar "allows to create" to "creates".
2020-04-12 14:43:48 -07:00
Lars-Dominik Braun b27a0dd46c
gnu: Add python-pytest-forked
* gnu/packages/check.scm (python-pytest-forked): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-02 00:06:26 +02:00
Lars-Dominik Braun 4edefc5075
gnu: Add python-aiounittest.
* gnu/packages/check.scm (python-aiounittest): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-30 14:49:49 -04:00
Tobias Geerinckx-Rice aa0bcb6c53
gnu: doctest: Update to 2.3.7.
* gnu/packages/check.scm (doctest): Update to 2.3.7.
2020-03-17 03:00:09 +01:00
Vincent Legoll cd773f1185
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>
2020-03-15 13:45:59 -04:00
Marius Bakke b6f946f039
Merge branch 'master' into staging 2020-03-06 00:17:50 +01:00
Tobias Geerinckx-Rice e85af13724
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.
2020-03-04 21:30:57 +01:00
Marius Bakke cf99239cee
gnu: check: Update to 0.14.0.
* gnu/packages/check.scm (check): Update to 0.14.0.
2020-02-14 18:33:58 +01:00
Vagrant Cascadian e68321a641
gnu: Add python-nose-random.
* gnu/packages/check (python-nose-random): New variable.
2020-02-06 13:14:13 -08:00
Marius Bakke 7538510534
gnu: python-pyfakefs: Update to 3.7.1.
* gnu/packages/check.scm (python-pyfakefs): Update to 3.7.1.
2020-02-03 12:34:32 +01:00
Ludovic Courtès 5e61de2421
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.
2020-01-27 14:18:12 +01:00
Marius Bakke ae3909eb4c
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.
2020-01-20 21:53:51 +01:00
Tobias Geerinckx-Rice 63b066709b
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.
2020-01-20 04:49:51 +01:00
Marius Bakke 2a84b55041
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.
2020-01-12 21:25:26 +01:00
Marius Bakke 3293fad24a
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.
2020-01-07 18:18:11 +01:00
Marius Bakke 6d15516dc6
Merge branch 'staging' 2020-01-07 17:43:20 +01:00
Tobias Geerinckx-Rice 6925c85573
gnu: cppcheck: Update to 1.90.
* gnu/packages/check.scm (cppcheck): Update to 1.90.
2020-01-05 02:40:07 +01:00
Tobias Geerinckx-Rice 42678debec
gnu: doctest: Update to 2.3.6.
* gnu/packages/check.scm (doctest): Update to 2.3.6.
2020-01-04 01:04:22 +01:00
Marius Bakke 982eff9e84
Merge branch 'master' into staging 2020-01-03 19:41:05 +01:00
Ricardo Wurmus 8aa59a54e9
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.
2019-12-19 23:21:06 +01:00
Julien Lepiller 74471036f6
gnu: behave: Fix tests.
* gnu/packages/check.scm (behave): Add missing directory to PYTHONPATH before
tests.
2019-12-19 15:36:40 +01:00
Marius Bakke ed8adb2240
gnu: check: Update to 0.13.0.
* gnu/packages/check.scm (check): Update to 0.13.0.
2019-12-11 01:14:38 +01:00
Kei Kebreau 06323c8ed7
gnu: python2-pylint: Update to 1.9.5.
* gnu/packages/check.scm (python2-pylint): Update to 1.9.5.
2019-12-07 14:04:10 -05:00
Marius Bakke 33b59c1a3e
Merge branch 'staging' 2019-12-04 20:12:41 +01:00
Tobias Geerinckx-Rice 1b6c5e8039
gnu: cmocka: Update to 1.1.5.
* gnu/packages/check.scm (cmocka): Update to 1.1.5.
2019-12-03 21:50:04 +01:00
Efraim Flashner 183fd2070c
gnu: googletest: Build with python3.
* gnu/packages/check.scm (googletest)[native-inputs]: Remove python-2,
add python-wrapper.
2019-11-28 20:04:49 +02:00
Marius Bakke f056553c6b
Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
Efraim Flashner 9edf6cfe0a
gnu: cppcheck: Update to 1.89.
* gnu/packages/check.scm (cppcheck): Update to 1.89.
2019-11-13 10:13:19 +02:00
Marius Bakke 023522d3a1
Merge branch 'master' into staging 2019-10-21 00:33:43 +02:00
Marius Bakke e2ba79ef46
gnu: Add virtest.
* gnu/packages/check.scm (virtest): New public variable.
2019-10-20 00:31:15 +02:00
Mathieu Othacehe 74c1a561d4
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.
2019-10-19 15:56:24 +02:00
Mathieu Othacehe 10511c415f
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.
2019-10-19 15:56:24 +02:00
Marius Bakke 378ebc048c
Merge branch 'master' into staging 2019-10-13 23:04:06 +02:00
Marius Bakke e14d8dcff3
gnu: Add doctest.
* gnu/packages/check.scm (doctest): New public variable.
2019-10-12 18:39:58 +02:00
Marius Bakke ff0efc8f6c
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.
2019-10-10 20:09:56 +02:00
Marius Bakke c021c4323c
gnu: libfaketime: Update to 0.9.8.
* gnu/packages/check.scm (libfaketime): Update to 0.9.8.
2019-10-08 21:23:03 +02:00
Ludovic Courtès 9ff87bb996
Merge branch 'master' into core-updates 2019-09-17 16:27:15 +02:00
Tobias Geerinckx-Rice abab956bfc
gnu: umockdev: Update to 0.13.2.
* gnu/packages/check.scm (umockdev): Update to 0.13.2.
2019-09-11 00:33:50 +02:00
Marius Bakke d08482f03f
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.
2019-07-15 16:43:57 +02:00
Marius Bakke a7ed2d534c
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.
2019-07-08 00:58:31 +02:00
Marius Bakke 4fb9165515
Merge branch 'staging' into core-updates 2019-07-02 20:18:16 +02:00
Marius Bakke 30484be05d
Merge branch 'master' into staging 2019-07-02 20:14:23 +02:00
Danny Milosavljevic 037bef7db4
gnu: behave: Fix build.
* gnu/packages/check.scm (behave)[propagated-inputs]: Add
python-importlib-metadata.
2019-07-01 12:08:08 +02:00
Marius Bakke 6e1f8d552b
Merge branch 'master' into staging 2019-06-29 23:23:59 +02:00
Ludovic Courtès 5cc1075a76
Merge branch 'master' into core-updates 2019-06-27 23:33:48 +02:00
Tobias Geerinckx-Rice 57945dd70c
gnu: znc: Switch back to Guix's googletest package.
* gnu/packages/messaging.scm (znc)[native-inputs]: Use the packaged
googletest's sources.
2019-06-24 13:25:28 +02:00
Tobias Geerinckx-Rice 3b39f09fd9
gnu: googletest: Update to 1.8.1.
* gnu/packages/check.scm (googletest): Update to 1.8.1.
2019-06-24 13:25:28 +02:00
Marius Bakke 6cb1ef9ea2
Merge branch 'staging' into core-updates 2019-06-20 23:38:56 +02:00