summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
AgeCommit message (Collapse)Author
2018-02-28gnu: python-fixtures: Update to 3.0.0.Marius Bakke
* gnu/packages/check.scm (python-fixtures-bootstrap): Update to 3.0.0.
2018-02-28gnu: python-testscenarios: Update to 0.5.0.Marius Bakke
* gnu/packages/check.scm (python-testscenarios-bootstrap): Update to 0.5.0. [source](uri): Use PYPI-URI. [arguments]: Replace CHECK-PHASE. [propagated-inputs]: Add PYTHON-PBR-MINIMAL. (python-testscenarios)[propagated-inputs]: Add PYTHON-PBR.
2018-02-28gnu: python-testtools: Update to 2.3.0.Marius Bakke
* gnu/packages/check.scm (python-testtools-bootstrap, python2-testtools-bootstrap): New public variables. (python-testtools): Inherit. [arguments]: Remove old. Replace CHECK-PHASE with custom command. [propagated-inputs]: Add PYTHON-FIXTURES, PYTHON-PBR, PYTHON-SIX, PYTHON-TRACEBACK2 and PYTHON-UNITTEST2. [native-inputs]: Add PYTHON-TESTSCENARIOS-BOOTSTRAP. (python-testscenarios-bootstrap, python2-testscenarios-bootstrap): New public variables. (python-testscenarios): Adjust accordingly. [propagated-inputs]: Replace PYTHON-TESTTOOLS with PYTHON-TESTTOOLS-BOOTSTRAP. (python-subunit-bootstrap, python2-subunit-bootstrap): New public variables. (python-subunit): Inherit. (python-fixtures-bootstrap)[native-inputs]: Replace PYTHON-TESTTOOLS with PYTHON-TESTTOOLS-BOOTSTRAP. (python-testrepository-bootstrap)[native-inputs]: Replace PYTHON-SUBUNIT and PYTHON-TESTTOOLS with PYTHON-SUBUNIT-BOOTSTRAP and PYTHON-TESTTOOLS-BOOTSTRAP. * gnu/packages/python.scm (python-pbr)[native-inputs]: Replace PYTHON-TESTSCENARIOS and PYTHON-TESTTOOLS with PYTHON-TESTSCENARIOS-BOOTSTRAP and PYTHON-TESTTOOLS-BOOTSTRAP.
2018-02-28gnu: python-testresources: Update to 2.0.1.Marius Bakke
* gnu/packages/check.scm (python-testresources-bootstrap, python2-testresources-bootstrap): New public variables. (python-testresources): Adjust accordingly. [propagated-inputs]: Add PYTHON-PBR. [native-inputs]: Add PYTHON-FIXTURES and PYTHON-TESTTOOLS. * gnu/packages/python.scm (python-pbr)[native-inputs]: Replace PYTHON-TESTRESOURCES with PYTHON-TESTRESOURCES-BOOTSTRAP.
2018-02-28gnu: python-subunit: Update to 1.2.0.Marius Bakke
* gnu/packages/check.scm (python-subunit): Update to 1.2.0. [source](uri): Use PYPI-URI. [propagated-inputs]: Remove PYTHON-MIMEPARSE. Add PYTHON-TESTTOOLS. [native-inputs]: Add PYTHON-FIXTURES and PYTHON-TESTSCENARIOS.
2018-02-28gnu: python-fixtures: Propagate python-pbr.Marius Bakke
* gnu/packages/check.scm (python-fixtures-bootstrap, python2-fixtures-bootstrap, python-testrepository-bootstrap, python2-testrepository-bootstrap): New public variables. (python-fixtures): Adjust accordingly. (python-testrepository): Likewise. [native-inputs]: Remove PYTHON-PBR-MINIMAL. * gnu/packages/python.scm (python-pbr)[native-inputs]: Replace PYTHON-FIXTURES and PYTHON-TESTREPOSITORY WITH PYTHON-FIXTURES-BOOTSTRAP and PYTHON-TESTREPOSITORY-BOOTSTRAP.
2018-02-26gnu: behave: Update to 1.2.6.Marius Bakke
* gnu/packages/check.scm (behave): Update to 1.2.6. [source](uri): Adjust file extension. [native-inputs]: Add PYTHON-PATHPY and PYTHON-PYTEST.
2018-02-13Merge branch 'master' into core-updatesMark H Weaver
2018-02-11gnu: libreoffice: Update to 5.4.5.1 [CVE-2018-6871].Marius Bakke
* gnu/packages/check.scm (cppunit-1.14): New public variable. * gnu/packages/libreoffice.scm (xmlsec-src-libreoffice): Remove variable. (libreoffice): Update to 5.4.5.1. [native-inputs]: Change CPPUNIT to CPPUNIT-1.14. Remove AUTOCONF and AUTOMAKE. [inputs]: Add GPGME, XMLSEC-NSS and LIBLTDL. Remove XMLSEC-SRC-LIBREOFFICE. Replace LIBJPEG with LIBJPEG-TURBO. [arguments]: Remove xmlsec code from PREPARE-SRC-PHASE. Make sure GPGME++ headers are found. Add workaround for <https://bugs.gentoo.org/641812>. Add "--disable-pdfium" to #:configure-flags. * gnu/packages/xml.scm (xmlsec-nss): New public variable.
2018-02-07gnu: python-pytest-mock: Update to 1.6.3.Marius Bakke
* gnu/packages/check.scm (python-pytest-mock): Update to 1.6.3. [source]: Use tarball relase. [native-inputs]: Remove UNZIP. Add PYTHON-SETUPTOOLS-SCM.
2018-02-03Merge branch 'master' into core-updatesMark H Weaver
2018-02-01gnu: Add go-github.com-smartystreets-goconvey.Christopher Baines
* gnu/packages/check.scm (go-github.com-smartystreets-goconvey): New variable.
2018-02-01gnu: Add go-github.com-smartystreets-assertions.Christopher Baines
* gnu/packages/check.scm (go-github.com-smartystreets-assertions): New variable.
2018-02-01gnu: Add go-github.com-smartystreets-gunit.Christopher Baines
* gnu/packages/check.scm (go-github.com-smartystreets-gunit): New variable.
2018-02-01Merge branch 'master' into core-updatesMarius Bakke
2018-02-01gnu: python-rednose: Loosen six requirement.Marius Bakke
* gnu/packages/check.scm (python-rednose)[arguments]: Add phase to remove explicit six version requirement.
2018-02-01gnu: python-pytest-warnings: Mark as superseded by python-pytest.Marius Bakke
* gnu/packages/check.scm (python-pytest-warnings)[properties]: New field. (python2-pytest-warnings): Use PACKAGE-WITH-PYTHON2. [properties]: Superseded by PYTHON2-PYTEST.
2018-02-01gnu: python-lit: Really fix test suite.Marius Bakke
* gnu/packages/check.scm (python-lit)[arguments]: In CHECK-PHASE, use lit to test itself, as described in README.txt. [native-inputs]: Remove PYTHON-PYTEST. Add LLVM.
2018-01-30gnu: Add go-gopkg.in-check.v1.Christopher Baines
* gnu/packages/check.scm (go-gopkg.in-check.v1): New variable.
2018-01-19Merge branch 'master' into core-updatesMark H Weaver
2018-01-19gnu: Consistently Write ‘file system(s)’.Tobias Geerinckx-Rice
It is the GNU way. * doc/guix.texi (Build Systems, DNS Services): Write ‘file system(s)’. * gnu/build/vm.scm (create-ext-file-system, create-fat-file-system): Likewise. * gnu/packages/backup.scm (dirvish, rsnapshot)[description]: Likewise. * gnu/packages/check.scm (python-testpath)[description]: Likewise. * gnu/packages/disk.scm (pydf)[description]: Likewise. * gnu/packages/file-systems.scm (disorderfs)[synopsis, description]: Likewise. (glusterfs)[description]: Likewise. * gnu/packages/haskell.scm (ghc-directory, ghc-system-fileio-bootstrap) (ghc-system-fileio)[synopsis]: Likewise. (ghc-fsnotify)[description]: Likewise. * gnu/packages/linux.scm (proot)[description]: Likewise. (jmtpfs)[synopsis, description]: Likewise. * gnu/packages/mate.scm (caja, caja-extensions)[description]: Likewise. * gnu/packages/storage.scm (ceph)[description]: Likewise. * gnu/packages/sync.scm (lsyncd)[description]: Likewise. * gnu/packages/syncthing.scm (syncthing)[synopsis]: Likewise. (go-github-com-zillode-notify)[description]: Likewise. * gnu/services/nfs.scm (pipefs-service-type): Likewise. * guix/scripts/system.scm (perform-action): Likewise.
2018-01-11Merge branch 'master' into core-updatesLeo Famulari
2018-01-09gnu: behave: Enable tests.Kei Kebreau
* gnu/packages/check.scm (behave)[native-inputs]: Add python-mock, python-nose and python-pyhamcrest. [arguments]: Remove #:tests?. Add #:test-target.
2018-01-07gnu: Add missing copyright line.Kei Kebreau
* gnu/packages/check.scm: Add copyright line for 18a4d6d.
2018-01-07gnu: Add python-pyhamcrest.Fis Trivial
* gnu/packages/check.scm (python-pyhamcrest, python2-pyhamcrest): New variables. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2018-01-04gnu: python-pytest-localserver: Update to 0.4.1.Leo Famulari
* gnu/packages/check.scm (python-pytest-localserver): Update to 0.4.1.
2017-12-31Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-12-30gnu: python-lit: Fix tests.Danny Milosavljevic
* gnu/packages/check.scm (python-lit)[native-inputs]: Add python-pytest.
2017-12-26gnu: check, databases: Use HTTPS for bitbucket.org.Tobias Geerinckx-Rice
* gnu/packages/check.scm (python-pytest-capturelog)[home-page]: Likewise. * gnu/packages/databases.scm (python-alembic)[home-page]: Likewise.
2017-12-25gnu: check, llvm: Use HTTPS for llvm.org home pages.Tobias Geerinckx-Rice
* gnu/packages/check.scm (python-lit)[home-page]: Use HTTPS. * gnu/packages/llvm.scm (llvm, clang, clang-runtime)[home-page]: Likewise.
2017-12-25gnu: python-rednose: Update to 1.2.3.Tobias Geerinckx-Rice
* gnu/packages/check.scm (python-rednose): Update to 1.2.3.
2017-12-25gnu: python-lit: Update to 0.5.1.Tobias Geerinckx-Rice
* gnu/packages/check.scm (python-lit): Update to 0.5.1.
2017-12-25gnu: python-freezegun: Update to 0.3.9.Tobias Geerinckx-Rice
* gnu/packages/check.scm (python-freezegun): Update to 0.3.9.
2017-11-28gnu: check: Update to 0.12.0.Marius Bakke
* gnu/packages/check.scm (check): Update to 0.12.0. [source](uri): Update to new release URL. (check-0.11.0): Remove variable. * gnu/packages/xdisorg.scm (rofi)[native-inputs]: Replace CHECK-0.11.0 with CHECK.
2017-11-19Merge branch 'master' into core-updatesMarius Bakke
2017-11-18gnu: Move date/time packages from python.scm to time.scm.Ricardo Wurmus
* gnu/packages/python.scm (python-pytz, python2-pytz, python-dateutil, python2-dateutil, python-parsedatetime, python2-parsedatetime, python-tzlocal, python-isodate, python2-isodate, python-iso8601, python2-iso8601, python-monotonic, python2-monotonic, python-pyrfc3339, python2-pyrfc3339, python-arrow, python2-arrow, python-aniso8601, python2-aniso8601): Move from here... * gnu/packages/time.scm: ...to here. * gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/django.scm, gnu/packages/ebook.scm, gnu/packages/gnome.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/mail.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/rdf.scm, gnu/packages/statistics.scm, gnu/packages/tls.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm: Adjust accordingly.
2017-11-18gnu: Move more testing packages from python.scm to check.scm.Ricardo Wurmus
* gnu/packages/python.scm (python-flexmock, python2-flexmock, python-freezegun, python2-freezegun, python-flaky, python2-flaky): Move from here... * gnu/packages/check.scm: ...to here.
2017-11-17gnu: Move testing packages from python.scm to check.scm.Ricardo Wurmus
* gnu/packages/python.scm (python-behave-web-api, python2-behave-web-api, python-mock, python2-mock, python-mock-2, python-nose, python2-nose, python-nose2, python2-nose2, python-unittest2, python2-unittest2, python-pytest, python2-pytest, python-pytest-3.0, python2-pytest-3.0, python-pytest-cov, python2-pytest-cov, python-pytest-runner, python2-pytest-runner, python-pytest-mock, python2-pytest-mock, python-pytest-xdist, python2-pytest-xdist, python-scripttest, python2-scripttest, python-testtools, python2-testtools, python-testscenarios, python2-testscenarios, python-testresources, python2-testresources, python-subunit, python2-subunit, python-fixtures, python2-fixtures, python-testrepository, python2-testrepository, python-coverage, python2-coverage, python-cov-core, python2-cov-core, python-testpath, python2-testpath, python-testlib, python2-testlib, python-pytest-cache, python2-pytest-cache, python-pytest-localserver, python-pytest-xprocess, python-pytest-subtesthack, python2-pytest-subtesthack, python-hypothesis, python2-hypothesis, python-lit, python2-lit, python-pytest-pep8, python2-pytest-pep8, python-pytest-flakes, python2-pytest-flakes, python2-coverage-test-runner, python-pylint, python2-pylint, python-paramunittest, python2-python-paramunittest, python-pytest-warnings, python2-pytest-warnings, python-pytest-capturelog, python2-pytest-capturelog, python-pytest-catchlog, python2-pytest-catchlog, python-nosexcover, python2-nosexcover, python-discover, python2-discover, behave, python-rednose, python2-rednose, python-nose-randomly, python2-nose-randomly, python-nose-timer, python2-nose-timer): Move from here... * gnu/packages/check.scm: ...to here. * gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/backup.scm, gnu/packages/bioinformatics.scm, gnu/packages/calendar.scm, gnu/packages/dav.scm, gnu/packages/django.scm, gnu/packages/freedesktop.scm, gnu/packages/haskell.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/ldc.scm, gnu/packages/libffi.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/rdf.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/tryton.scm: Adjust accordingly.
2017-10-20gnu: cppcheck: Update to 1.81.Tobias Geerinckx-Rice
* gnu/packages/check.scm (cppcheck): Update to 1.81.
2017-10-10Merge branch 'staging'Marius Bakke
2017-10-10gnu: rofi: Update to 1.4.1.Marius Bakke
* gnu/packages/check.scm (check-0.11.0): New variable. * gnu/packages/xdisorg.scm (rofi): Update to 1.4.1. [inputs]: Add LIBRSVG. [native-inputs]: Add BISON, CHECK-0.11.0 and FLEX.
2017-10-05Merge branch 'master' into stagingMarius Bakke
2017-10-04gnu: Add python-parameterized.Ricardo Wurmus
* gnu/packages/check.scm (python-parameterized, python2-parameterized): New variables.
2017-09-20Merge branch 'master' into stagingMarius Bakke
2017-09-14gnu: Add cpputest.ng0
* gnu/packages/check.scm (cpputest): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-02Merge branch 'master' into stagingMarius Bakke
2017-08-29Update e-mail for Kei Kebreau.Kei Kebreau
* .mailmap: Map kei@openmailbox.org to current address. * gnu/local.mk: Replace kei@openmailbox.org to current address. * gnu/packages/backup.scm: Likewise. * gnu/packages/calendar.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/documentation.scm: Likewise. * gnu/packages/emacs.scm: Likewise. * gnu/packages/fltk.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/game-development.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/gnustep.scm: Likewise. * gnu/packages/gtk.scm: Likewise. * gnu/packages/hexedit.scm: Likewise. * gnu/packages/image.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/xfce.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/tcl.scm: Likewise. * gnu/packages/textutils.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/w3m.scm: Likewise. * gnu/packages/web.scm: Likewise. * gnu/packages/web-browsers.scm: Likewise. * gnu/packages/patches/wmfire-update-for-new-gdk-versions.patch: Likewise.
2017-08-26gnu: Add cmdtest.Kei Kebreau
* gnu/packages/check.scm (cmdtest): New variable. Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-26Merge branch 'master' into stagingMarius Bakke
2017-08-18gnu: cunit: Use ‘modify-phases’ syntax.Tobias Geerinckx-Rice
* gnu/packages/check.scm (cunit)[arguments]: Use ‘modify-phases’.