summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
Commit message (Collapse)AuthorAge
* gnu: Separate Python core packages from the rest.Ricardo Wurmus2019-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm: Move hundreds of package definitions from here... * gnu/packages/python-xyz.scm: ...to this new module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/ada.scm, gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm, gnu/packages/backup.scm, gnu/packages/benchmark.scm, gnu/packages/bioinformatics.scm, gnu/packages/bittorrent.scm, gnu/packages/calendar.scm, gnu/packages/check.scm, gnu/packages/chemistry.scm, gnu/packages/cluster.scm, gnu/packages/compression.scm, gnu/packages/connman.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm, gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/direct-connect.scm, gnu/packages/disk.scm, gnu/packages/django.scm, gnu/packages/dlang.scm, gnu/packages/docker.scm, gnu/packages/ebook.scm, gnu/packages/elf.scm, gnu/packages/emacs.scm, gnu/packages/emulators.scm, gnu/packages/engineering.scm, gnu/packages/enlightenment.scm, gnu/packages/finance.scm, gnu/packages/fltk.scm, gnu/packages/fontutils.scm, gnu/packages/freedesktop.scm, gnu/packages/game-development.scm, gnu/packages/games.scm, gnu/packages/geo.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graph.scm, gnu/packages/graphics.scm, gnu/packages/graphviz.scm, gnu/packages/gtk.scm, gnu/packages/ham-radio.scm, gnu/packages/image-processing.scm, gnu/packages/image-viewers.scm, gnu/packages/image.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/julia.scm, gnu/packages/kde-frameworks.scm, gnu/packages/key-mon.scm, gnu/packages/libffi.scm, gnu/packages/libreoffice.scm, gnu/packages/libusb.scm, gnu/packages/lirc.scm, gnu/packages/logging.scm, gnu/packages/machine-learning.scm, gnu/packages/mail.scm, gnu/packages/mate.scm, gnu/packages/maths.scm, gnu/packages/medical.scm, gnu/packages/messaging.scm, gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/mpd.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/nutrition.scm, gnu/packages/openldap.scm, gnu/packages/openstack.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/patchutils.scm, gnu/packages/pdf.scm, gnu/packages/photo.scm, gnu/packages/polkit.scm, gnu/packages/protobuf.scm, gnu/packages/python-crypto.scm, gnu/packages/python-web.scm, gnu/packages/qt.scm, gnu/packages/rdf.scm, gnu/packages/ruby.scm, gnu/packages/search.scm, gnu/packages/selinux.scm, gnu/packages/serialization.scm, gnu/packages/shells.scm, gnu/packages/simulation.scm, gnu/packages/ssh.scm, gnu/packages/statistics.scm, gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm, gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm, gnu/packages/tor.scm, gnu/packages/tryton.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/virtualization.scm, gnu/packages/vpn.scm, gnu/packages/web-browsers.scm, gnu/packages/web.scm, gnu/packages/wicd.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm: Update module references.
* gnu: python-scripttest: Use pypi uri.Efraim Flashner2019-01-05
| | | | * gnu/packages/check.scm (python-scripttest)[source]: Use pypi uri.
* gnu: python-pytest-xdist: Update to 1.25.0.Efraim Flashner2019-01-05
| | | | | * gnu/packages/check.scm (python-pytest-xdist): Update to 1.25.0. [source]: Update source uri.
* gnu: python-pytest-cov: Update to 2.6.0.Efraim Flashner2019-01-05
| | | | * gnu/packages/check.scm (python-pytest-cov): Update to 2.6.0.
* gnu: python-subunit: Update to 1.3.0.Efraim Flashner2019-01-05
| | | | | * gnu/packages/check.scm (python-subunit): Update to 1.3.0. [home-page]: Use https.
* gnu: unittest-cpp: Use 'git-fetch'.Efraim Flashner2018-12-20
| | | | * gnu/packages/check.scm (unittest-cpp)[source]: Use 'git-fetch'.
* gnu: python-pyhamcrest: Use 'git-fetch'.Efraim Flashner2018-12-20
| | | | * gnu/packages/check.scm (python-pyhamcrest)[source]: Use 'git-fetch'.
* gnu: python-testpath: Use 'git-fetch'.Efraim Flashner2018-12-20
| | | | * gnu/packages/check.scm (python-testpath)[source]: Use 'git-fetch'.
* gnu: cppcheck: Update to 1.86.Efraim Flashner2018-12-20
| | | | * gnu/packages/check.scm (cppcheck): Update to 1.86.
* gnu: cppcheck: Enable tests.Efraim Flashner2018-12-20
| | | | | * gnu/packages/check.scm (cppcheck)[arguments]: Add configure-flag to enable tests.
* gnu: cppcheck: Use 'git-fetch'.Efraim Flashner2018-12-20
| | | | * gnu/packages/check.scm (cppcheck)[source]: Use 'git-fetch'.
* gnu: catch2: Use git-fetch.Efraim Flashner2018-12-20
| | | | * gnu/packages/check.scm (catch2)[source]: Use git-fetch.
* gnu: Add python-pytest-sugar.Christopher Baines2018-12-12
| | | | | | This is required to update python-amqp and python-kombu. * gnu/packages/check.scm (check): New variable.
* gnu: python-pytest-localserver: Update to 0.5.0.Efraim Flashner2018-11-18
| | | | * gnu/packages/check.scm (python-pytest-localserver): Update to 0.5.0.
* gnu: python-pytest-localserver: Fix test suite.Efraim Flashner2018-11-18
| | | | | * gnu/packages/check.scm (python-pytest-localserver): Replace custom 'check phase.
* gnu: Add libfaketime.Ludovic Courtès2018-11-17
| | | | * gnu/packages/check.scm (libfaketime): New variable.
* gnu: check: Return #t from all phases.Mark H Weaver2018-11-14
| | | | | | | * gnu/packages/check.scm (cmdtest, python-pytest-cov, python-fixtures) (python-pytest-localserver, python-pytest-flakes) (python2-coverage-test-runner, python-pylint, python-behave-web-api): Return #t from all phases, and use invoke where appropriate.
* Merge branch 'master' into core-updatesMarius Bakke2018-11-05
|\
| * gnu: cppcheck: Update to 1.85.Tobias Geerinckx-Rice2018-10-23
| | | | | | | | * gnu/packages/check.scm (cppcheck): Update to 1.85.
* | gnu: python-flake8: Update to 3.6.0.Marius Bakke2018-10-24
| | | | | | | | | | | | | | | | * gnu/packages/check.scm (python-hypothesis)[native-inputs]: Change PYTHON-FLAKE8 to PYTHON-FLAKE8-3.5. * gnu/packages/python.scm (python-flake8, python2-flake8): Rename to ... (python-flake8-3.5, python2-flake8-3.5): ... this. (python-flake8, python2-flake8): New public variables.
* | gnu: python-testtools: Fix regression in test suite.Efraim Flashner2018-10-11
| | | | | | | | | | | | * gnu/packages/check.scm (python-testtools)[source]: Add patch. * gnu/packages/patches/python-testtools.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-26
|\|
| * gnu: python-nose-timer: Update to 0.7.3.Tobias Geerinckx-Rice2018-09-25
| | | | | | | | * gnu/packages/check.scm (python-nose-timer): Update to 0.7.3.
* | gnu: python-hypothesis: Update to 3.70.3.Marius Bakke2018-09-09
| | | | | | | | * gnu/packages/check.scm (python-hypothesis): Update to 3.70.3.
* | gnu: python-pytest: Update to 3.8.0.Marius Bakke2018-09-09
| | | | | | | | * gnu/packages/check.scm (python-pytest): Update to 3.8.0.
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-03
|\|
| * gnu: cmocka: Update to 1.1.2.Tobias Geerinckx-Rice2018-08-30
| | | | | | | | * gnu/packages/check.scm (cmocka): Update to 1.1.2.
* | gnu: python-pytest: Run the tests again.Marius Bakke2018-08-21
| | | | | | | | | | | | | | "python setup.py test" is ineffective since 3.6.x. The circle is complete. * gnu/packages/check.scm (python-pytest)[arguments]: Override 'check' phase. [native-inputs]: Add PYTHON-PYTEST-BOOTSTRAP.
* | gnu: python-hypothesis: Update to 3.68.2.Marius Bakke2018-08-21
| | | | | | | | * gnu/packages/check.scm (python-hypothesis): Update to 3.68.2.
* | gnu: python-pytest: Update to 3.7.2.Marius Bakke2018-08-21
| | | | | | | | | | | | | | * gnu/packages/check.scm (python-pytest): Update to 3.7.2. (python2-pytest)[propagated-inputs]: Add PYTHON2-PATHLIB. (python2-pytest-bootstrap)[propagated-inputs]: Add PYTHON-PATHLIB2-BOOTSTRAP. * gnu/packages/python.scm (python2-pathlib2-bootstrap): New public variable.
* | Merge branch 'master' into core-updatesMarius Bakke2018-08-01
|\|
| * gnu: Add python-codecov.Efraim Flashner2018-07-29
| | | | | | | | * gnu/packages/check.scm (python-codecov): New variable.
* | gnu: python-pytest: Update to 3.6.4.Marius Bakke2018-07-28
| | | | | | | | | | * gnu/packages/check.scm (python-pytest): Update to 3.6.4. [native-inputs]: Remove PYTHON-INVOKE.
* | gnu: python-pytest-mock: Update to 1.10.0.Marius Bakke2018-07-28
| | | | | | | | * gnu/packages/check.scm (python-pytest-mock): Update to 1.10.1.
* | gnu: python-pytest: Update to 3.6.3.Marius Bakke2018-07-28
| | | | | | | | | | | | * gnu/packages/check.scm (python-pytest): Update to 3.6.3. [propagated-inputs]: Add PYTHON-ATOMICWRITES. [native-inputs]: Add PYTHON-INVOKE.
* | gnu: python-pytest-cov: Update to 2.5.1.Marius Bakke2018-07-28
| | | | | | | | * gnu/packages/check.scm (python-pytest-cov): Update to 2.5.1.
* | gnu: python-hypothesis: Update to 3.66.6.Marius Bakke2018-07-28
| | | | | | | | * gnu/packages/check.scm (python-hypothesis): Update to 3.66.6.
* | gnu: python-pytest-runner: Update to 4.2.Marius Bakke2018-07-28
|/ | | | | * gnu/packages/check.scm (python-pytest-runner): Update to 4.2. [arguments]: Remove.
* gnu: python-freezegun: Update to 0.3.10.Tobias Geerinckx-Rice2018-06-14
| | | | * gnu/packages/check.scm (python-freezegun): Update to 0.3.10.
* gnu: python-freezegun: Return #t from phase.Tobias Geerinckx-Rice2018-06-14
| | | | | * gnu/packages/check.scm (python-freezegun)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: cppcheck: Update to 1.84.Tobias Geerinckx-Rice2018-06-14
| | | | * gnu/packages/check.scm (cppcheck): Update to 1.84.
* gnu: python-nose-timer: Update to 0.7.2.Tobias Geerinckx-Rice2018-06-14
| | | | | | | | * gnu/packages/check.scm (python-nose-timer): Update to 0.7.2. [source]: Remove patch... * gnu/packages/patches/python-nose-timer-drop-ordereddict.patch: ...delete file... * gnu/local.mk (dist_patch_DATA): ...and remove it.
* Merge branch 'master' into core-updatesMark H Weaver2018-05-28
|\
| * gnu: Add catch-framework2.Fis Trivial2018-05-28
| | | | | | | | | | | | * gnu/packages/check.scm (catch-framework2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMarius Bakke2018-05-06
|\|
| * gnu: znc: Update to 1.7.0.Tobias Geerinckx-Rice2018-05-02
| | | | | | | | | | | | | | * gnu/packages/messaging.scm (znc): Update to 1.7.0. [native-inputs]: Replace GOOGLETEST source input with a newer git checkout. [arguments]: Adjust the ‘unpack-googletest’ phase accordingly. Add ‘--with-gmock=...’ to #:configure-flags.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-10
|\|
| * gnu: Add unittest-cpp.Fis Trivial2018-04-08
| | | | | | | | | | | | * gnu/packages/check.scm (unittest-cpp): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: cppcheck: Update to 1.83.Tobias Geerinckx-Rice2018-04-05
| | | | | | | | * gnu/packages/check.scm (cppcheck): Update to 1.83.
* | gnu: python-pytest: Update to 3.5.0.Arun Isaac2018-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-six): Replace system* with invoke. (python-six-bootstrap, python2-six-bootstrap, python2-funcsigs-bootstrap): New variables. (python-more-itertools)[propagated-inputs]: Replace python-six with python-six-bootstrap. * gnu/packages/check.scm (python-pytest): Update to 3.5.0. [propagated-inputs]: Add python-attrs-bootstrap, python-more-itertools-bootstrap, python-pluggy and python-six-bootstrap. [properties]: Add python2-variant. (python2-pytest)[propagated-inputs]: Add python2-funcsigs. (python-pytest-bootstrap)[properties]: Add python2-variant. (python2-pytest-bootstrap)[propagated-inputs]: Add python2-funcsigs-bootstrap.