summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
AgeCommit message (Expand)Author
2022-09-18gnu: python-pytest-runner: Update to 6.0.0....* gnu/packages/check.scm (python-pytest-runner): Update to 6.0.0. Marius Bakke
2022-09-16gnu: googletest: Update to 1.12.1....* gnu/packages/check.scm (googletest): Update to 1.12.1. Signed-off-by: Marius Bakke <marius@gnu.org> Greg Hogan
2022-09-16Merge branch 'staging' into core-updatesMarius Bakke
2022-09-16Merge branch 'master' into stagingMarius Bakke
2022-09-15gnu: catch-framework2: Rename variable to catch2....Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i Maxim Cournoyer
2022-09-15Merge branch 'staging' into core-updates...Conflicts resolved in: gnu/local.mk gnu/packages/cmake.scm gnu/packages/glib.scm gnu/packages/gnome.scm gnu/packages/gtk.scm gnu/packages/sdl.scm pango-next, vala-next and librsvg-bootstrap were removed in the process. Maxim Cournoyer
2022-09-15Merge branch 'master' into staging...With resolved conflicts in: gnu/local.mk gnu/packages/freedesktop.scm gnu/packages/gnuzilla.scm Maxim Cournoyer
2022-09-13gnu: umockdev: Update to 0.17.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. Maxim Cournoyer
2022-09-09gnu: python-pytest-timeout: Update to 2.1.0....* gnu/packages/check.scm (python-pytest-timeout): Update to 2.1.0. Marius Bakke
2022-09-09gnu: python-pytest-mock: Update to 3.8.2....* gnu/packages/check.scm (python-pytest-mock): Update to 3.8.2. Marius Bakke
2022-09-09gnu: python-parameterized: Update to 0.8.1....* gnu/packages/check.scm (python-parameterized): Update to 0.8.1. Marius Bakke
2022-09-09gnu: Remove python-pytest-forked-next....* gnu/packages/check.scm (python-pytest-forked-next): Remove variable. Marius Bakke
2022-09-09gnu: Remove python-pytest-xdist-next....* gnu/packages/check.scm (python-pytest-xdist-next): Remove variable. Marius Bakke
2022-09-09gnu: python-pytest-xdist: Add extra test input, don't propagate pytest....* gnu/packages/check.scm (python-pytest-xdist)[native-inputs]: Add PYTHON-FILELOCK. While at it, add PYTHON-PYTEST from ... [propagated-inputs]: ... here. Marius Bakke
2022-09-09gnu: python-pyfakefs: Update to 4.6.3....* gnu/packages/check.scm (python-pyfakefs): Update to 4.6.3. Marius Bakke
2022-09-09gnu: python-coverage: Update to 6.4.3....* gnu/packages/check.scm (python-coverage): Update to 6.4.3. [propagated-inputs]: Add PYTHON-TOMLI. Marius Bakke
2022-09-09gnu: python-pytest: Use G-expression....* gnu/packages/check.scm (python-pytest)[arguments]: Use gexp. While at it, refer to THIS-PACKAGE instead of the version field. Marius Bakke
2022-09-09gnu: Deprecate the 'python-pytest-6' variable....* gnu/packages/check.scm (python-pytest-6): Deprecate. * gnu/packages/matrix.scm (python-matrix-nio)[native-inputs]: Change from PYTHON-PYTEST-6 to PYTHON-PYTEST. * gnu/packages/music.scm (beets)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-munkres, python-cons)[native-inputs]: Likewise. Marius Bakke
2022-09-09gnu: python-hypothesis: Update to 6.54.5....* gnu/packages/check.scm (python-hypothesis): Update to 6.54.5. [arguments]: Disable sanity check. [propagated-inputs]: Add PYTHON-EXCEPTIONGROUP. (python-hypothesis-next): Deprecate. * gnu/packages/matrix.scm (python-matrix-nio)[native-inputs]: Change from PYTHON-HYPOTHESIS-NEXT to PYTHON-HYPOTHESIS. * gnu/packages/python-web.scm (python-h2)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-numpy, python-cattrs)[native-inputs]: Likewise. Marius Bakke
2022-09-09gnu: python-pytest: Update to 7.1.3....* gnu/packages/check.scm (python-pytest): Update to 7.1.3. [native-inputs]: Remove PYTHON-MOCK and PYTHON-TOML. [propagated-inputs]: Remove PYTHON-MORE-ITERTOOLS, PYTHON-SIX-BOOTSTRAP, PYTHON-TOML, and PYTHON-WCWIDTH. Add PYTHON-TOMLI. (python-pytest-bootstrap)[native-inputs]: Replace PYTHON-TOML with PYTHON-TOMLI. Marius Bakke
2022-09-09gnu: python-pytest: Remove input labels....* gnu/packages/check.scm (python-pytest)[propagated-inputs, native-inputs]: Remove labels. Marius Bakke
2022-09-08Merge branch 'staging' into core-updatesMarius Bakke
2022-09-07Merge branch 'master' into stagingMarius Bakke
2022-09-07gnu: python-pytest-regressions: Update to 2.3.1....* gnu/packages/check.scm (python-pytest-regressions): Update to 2.3.1. Marius Bakke
2022-08-27Merge branch 'staging' into core-updatesMarius Bakke
2022-08-27Merge branch 'master' into stagingMarius Bakke
2022-08-25gnu: go-github.com-smartystreets-assertions: Skip tests with gccgo....* gnu/packages/check.scm (go-github.com-smartystreets-assertions): Don't run the test suite when building with gccgo. Efraim Flashner
2022-08-25gnu: go-github.com-smartystreets-assertions: Update to 1.13.0....* gnu/packages/check.scm (go-github.com-smartystreets-assertions): Update to 1.13.0. Efraim Flashner
2022-08-13gnu: python-freezegun: Adjust for Python 3.10....* gnu/packages/check.scm (python-freezegun)[source](modules, snippet): New fields. Marius Bakke
2022-08-13gnu: python-freezegun: Update to 1.2.2....* gnu/packages/check.scm (python-freezegun): Update to 1.2.2. [native-inputs]: Remove PYTHON-MOCK. [propagated-inputs]: Remove PYTHON-SIX. Marius Bakke
2022-08-11Merge branch 'staging' into core-updatesMarius Bakke
2022-08-11gnu: catch2@1: Adjust for glibc 2.34 and later....* gnu/packages/check.scm (catch-framework2-1)[source](modules, snippet): New fields. Marius Bakke
2022-06-27Merge branch 'master' into core-updatesMarius Bakke
2022-06-27gnu: python-lit: Update to 14.0.3....* gnu/packages/check.scm (python-lit): Update to 14.0.3. Efraim Flashner
2022-06-26gnu: libfaketime: Update to 0.9.10....* gnu/packages/check.scm (libfaketime): Update to 0.9.10. Marius Bakke
2022-06-21gnu: python-nose2: Update to 0.11.0....* 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. Marius Bakke
2022-06-08Merge branch 'master' into core-updatesLudovic Courtès
2022-06-01Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner
2022-05-31gnu: Remove python2-pytest-cov....* gnu/packages/check.scm (python2-pytest-cov): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-nose....* gnu/packages/check.scm (python2-nose): Delete variable. (python-nose)[properties]: Delete field. Maxim Cournoyer
2022-05-31gnu: Remove python2-pyfakefs-bootstrap....* gnu/packages/check.scm (python2-pyfakefs-bootstrap): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-unittest2....* gnu/packages/check.scm (python2-unittest2): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-hypothesis....* gnu/packages/check.scm (python2-hypothesis): Delete variable. (python-hypothesis)[properties]: Delete field. Maxim Cournoyer
2022-05-31gnu: Remove python2-mock....* gnu/packages/check.scm (python2-mock): Delete variable. (python-mock)[properties]: Delete field. Maxim Cournoyer
2022-05-31gnu: Remove python2-coverage....* gnu/packages/check.scm (python2-coverage): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-flaky....* gnu/packages/check.scm (python2-flaky): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-freezegun....* gnu/packages/check.scm (python2-freezegun): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-pytest....* 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. Maxim Cournoyer
2022-05-31gnu: Remove python2-pytest-runner....* gnu/packages/check.scm (python2-pytest-runner): Delete variable. Maxim Cournoyer
2022-05-31gnu: Remove python2-pytest-mock....* gnu/packages/check.scm (python2-pytest-mock): Delete variable. (python-pytest-mock)[properties]: Delete field. Maxim Cournoyer