aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
Commit message (Collapse)AuthorAge
* gnu: python-hypothesis: Update home-page.jgart2022-11-17
| | | | | | * gnu/packages/check.scm.scm (python-hypothesis)[home-page]: Update it. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-pytest-param-files.Maxim Cournoyer2022-11-06
| | | | * gnu/packages/check.scm (python-pytest-param-files): New variable.
* gnu: Add clara.Maxim Cournoyer2022-11-06
| | | | * gnu/packages/check.scm (clara): New variable.
* gnu: Various typo fixes.Vagrant Cascadian2022-10-24
| | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-popup-kill-ring)[description]: Fix very sneaky "This packages" variant. Thanks to nckhexen! * gnu/packages/bioinformatics.scm (r-icellnet)[description]: Fix use of "allows to". * gnu/packages/check.scm (python-pytest-freezegun)[description]: Ditto. * gnu/packages/linux.scm (tp-smapi-module)[description]: Ditto. * gnu/packages/mail.scm (procmail): Ditto. * gnu/packages/maths.scm (maxima): Ditto. * gnu/packages/samba.scm (wsdd)[description]: Ditto. * gnu/packages/ssh.scm (openssh): Ditto.
* gnu: Add pytest-7.1.Sharlatan Hellseher2022-10-22
| | | | | | * gnu/packages/check.scm (python-pytest-7.1): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* Merge branch 'staging'Marius Bakke2022-10-16
|\
| * Merge branch 'master' into stagingMarius Bakke2022-09-16
| |\
| * \ Merge branch 'master' into stagingMaxim Cournoyer2022-09-15
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | With resolved conflicts in: gnu/local.mk gnu/packages/freedesktop.scm gnu/packages/gnuzilla.scm
| * \ \ Merge branch 'master' into stagingMarius Bakke2022-09-07
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingMarius Bakke2022-08-27
| |\ \ \ \
| * | | | | gnu: python-freezegun: Adjust for Python 3.10.Marius Bakke2022-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/check.scm (python-freezegun)[source](modules, snippet): New fields.
| * | | | | gnu: python-freezegun: Update to 1.2.2.Marius Bakke2022-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/check.scm (python-freezegun): Update to 1.2.2. [native-inputs]: Remove PYTHON-MOCK. [propagated-inputs]: Remove PYTHON-SIX.
* | | | | | gnu: Add cbehave.David Elsing2022-10-15
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/check.scm (cbehave): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | | | | gnu: catch-framework2: Rename variable to catch2.Maxim Cournoyer2022-09-15
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
* | | | gnu: umockdev: Update to 0.17.13.Maxim Cournoyer2022-09-13
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/check.scm (umockdev): Update to 0.17.13. [build-system]: Use meson. [phases]{fix-test}: Delete phase. {skip-test-umockdev.c}: New phase. {absolute-introspection-library}: Adjust for meson. [native-inputs]: Sort lexicographically. [inputs]: Add libpcap.
* | | gnu: python-pytest-regressions: Update to 2.3.1.Marius Bakke2022-09-07
| |/ |/| | | | | * gnu/packages/check.scm (python-pytest-regressions): Update to 2.3.1.
* | gnu: go-github.com-smartystreets-assertions: Skip tests with gccgo.Efraim Flashner2022-08-25
| | | | | | | | | | * gnu/packages/check.scm (go-github.com-smartystreets-assertions): Don't run the test suite when building with gccgo.
* | gnu: go-github.com-smartystreets-assertions: Update to 1.13.0.Efraim Flashner2022-08-25
|/ | | | | * gnu/packages/check.scm (go-github.com-smartystreets-assertions): Update to 1.13.0.
* gnu: catch2@1: Adjust for glibc 2.34 and later.Marius Bakke2022-08-11
| | | | | * gnu/packages/check.scm (catch-framework2-1)[source](modules, snippet): New fields.
* gnu: python-lit: Update to 14.0.3.Efraim Flashner2022-06-27
| | | | * gnu/packages/check.scm (python-lit): Update to 14.0.3.
* gnu: python-nose2: Update to 0.11.0.Marius Bakke2022-06-21
| | | | | | | * gnu/packages/check.scm (python-nose2): Update to 0.11.0. [arguments]: Add #:phases. Remove #:tests?. [propagated-inputs]: Remove PYTHON-COV-CORE and PYTHON-PYTEST-COV. [native-inputs]: Add PYTHON-COVERAGE.
* Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-01
|\
| * gnu: Remove python2-pytest-cov.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-pytest-cov): Delete variable.
| * gnu: Remove python2-nose.Maxim Cournoyer2022-05-31
| | | | | | | | | | * gnu/packages/check.scm (python2-nose): Delete variable. (python-nose)[properties]: Delete field.
| * gnu: Remove python2-pyfakefs-bootstrap.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-pyfakefs-bootstrap): Delete variable.
| * gnu: Remove python2-unittest2.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-unittest2): Delete variable.
| * gnu: Remove python2-hypothesis.Maxim Cournoyer2022-05-31
| | | | | | | | | | * gnu/packages/check.scm (python2-hypothesis): Delete variable. (python-hypothesis)[properties]: Delete field.
| * gnu: Remove python2-mock.Maxim Cournoyer2022-05-31
| | | | | | | | | | * gnu/packages/check.scm (python2-mock): Delete variable. (python-mock)[properties]: Delete field.
| * gnu: Remove python2-coverage.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-coverage): Delete variable.
| * gnu: Remove python2-flaky.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-flaky): Delete variable.
| * gnu: Remove python2-freezegun.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-freezegun): Delete variable.
| * gnu: Remove python2-pytest.Maxim Cournoyer2022-05-31
| | | | | | | | | | | | | | * gnu/packages/check.scm (python2-pytest): Delete variable. (python-pytest)[properties]: Delete field. (python-pytest-bootstrap): Do no strip python2-variant from parent. (python2-pytest-bootstrap): Delete variable.
| * gnu: Remove python2-pytest-runner.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-pytest-runner): Delete variable.
| * gnu: Remove python2-pytest-mock.Maxim Cournoyer2022-05-31
| | | | | | | | | | * gnu/packages/check.scm (python2-pytest-mock): Delete variable. (python-pytest-mock)[properties]: Delete field.
| * gnu: Remove python2-pytest-xdist.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-pytest-xdist): Delete variable.
| * gnu: Remove python2-coverage-test-runner.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-coverage-test-runner): Delete variable.
| * gnu: Remove python2-nosexcover.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-nosexcover): Delete variable.
| * gnu: Remove python2-pytest-warnings.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-pytest-warnings): Delete variable.
| * gnu: Remove python2-parameterized.Maxim Cournoyer2022-05-31
| | | | | | | | | | | | * gnu/packages/check.scm (python2-parameterized): Delete variable. * gnu/packages/patches/python2-parameterized-docstring-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
| * gnu: Remove python2-pytest-cache.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-pytest-cache): Delete variable.
| * gnu: Remove python2-pytest-pep8.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-pytest-pep8): Delete variable.
| * gnu: Remove python2-nose-randomly.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-nose-randomly): Delete variable.
| * gnu: Remove python2-pytest-subtesthack.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-pytest-subtesthack): Delete variable.
| * gnu: Remove python2-pytest-flakes.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-pytest-flakes): Delete variable.
| * gnu: Remove python2-cov-core.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-cov-core): Delete variable.
| * gnu: Remove python2-discover.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-discover): Delete variable.
| * gnu: Remove python2-flexmock.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-flexmock): Delete variable.
| * gnu: Remove python2-minimock.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-minimock): Delete variable.
| * gnu: Remove python2-rednose.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-rednose): Delete variable.
| * gnu: Remove python2-python-paramunittest.Maxim Cournoyer2022-05-31
| | | | | | | | * gnu/packages/check.scm (python2-python-paramunittest): Delete variable.