Age | Commit message (Collapse) | Author |
|
* gnu/packages/check (python-nose-random): New variable.
|
|
* gnu/packages/check.scm (python-pyfakefs): Update to 3.7.1.
|
|
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.
|
|
* 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.
|
|
* 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.
|
|
* gnu/packages/check.scm (check-0.12): New public variable.
* gnu/packages/messaging.scm (bitlbee)[native-inputs]: Change from CHECK to
CHECK-0.12.
|
|
* 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.
|
|
|
|
* gnu/packages/check.scm (cppcheck): Update to 1.90.
|
|
* gnu/packages/check.scm (doctest): Update to 2.3.6.
|
|
|
|
* 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.
|
|
* gnu/packages/check.scm (behave): Add missing directory to PYTHONPATH before
tests.
|
|
* gnu/packages/check.scm (check): Update to 0.13.0.
|
|
* gnu/packages/check.scm (python2-pylint): Update to 1.9.5.
|
|
|
|
* gnu/packages/check.scm (cmocka): Update to 1.1.5.
|
|
* gnu/packages/check.scm (googletest)[native-inputs]: Remove python-2,
add python-wrapper.
|
|
|
|
* gnu/packages/check.scm (cppcheck): Update to 1.89.
|
|
|
|
* gnu/packages/check.scm (virtest): New public variable.
|
|
* 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.
|
|
* 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.
|
|
|
|
* gnu/packages/check.scm (doctest): New public variable.
|
|
* 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.
|
|
* gnu/packages/check.scm (libfaketime): Update to 0.9.8.
|
|
|
|
* gnu/packages/check.scm (umockdev): Update to 0.13.2.
|
|
* gnu/packages/check.scm (python-pyhamcrest): Update to 1.9.0-0.25fdc5f.
[arguments]: Replace CHECK phase with custom Pytest invokation.
|
|
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.
|
|
|
|
|
|
* gnu/packages/check.scm (behave)[propagated-inputs]: Add
python-importlib-metadata.
|
|
|
|
|
|
* gnu/packages/messaging.scm (znc)[native-inputs]: Use the packaged
googletest's sources.
|
|
* gnu/packages/check.scm (googletest): Update to 1.8.1.
|
|
|
|
|
|
* gnu/packages/check.scm (python-pytest-timeout): New variable.
|
|
* gnu/packages/check.scm (python-freezegun): Update to 0.3.12.
[native-inputs]: Remove PYTHON-NOSE and PYTHON-COVERAGE. Add PYTHON-PYTEST.
[arguments]: Use "pytest" instead of "nosetests" for running tests.
|
|
|
|
* gnu/packages/check (go-github.com-smartystreets-assertions)[description]:
Fix typo.
|
|
* gnu/packages/check.scm (python-flexmock): Update to 0.10.4.
|
|
* gnu/packages/check.scm (python-hypothesis): Update to 4.18.3.
|
|
* gnu/packages/check.scm (python-pytest): Update to 4.4.1.
[arguments]: Enable previously failing tests.
|
|
|
|
* gnu/packages/check.scm (python-nose-timer): Update to 0.7.5.
|