summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
Commit message (Collapse)AuthorAge
* gnu: check: Fix failing tests on powerpc64le-linux.Chris Marusich2021-06-18
| | | | | | | Fixes <https://bugs.gnu.org/47698>. * gnu/packages/check.scm (check)[source]: Apply unreleased upstream commit 4fbe702 as a patch.
* Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
| * gnu: Fix erroneous uses of 'package/inherit'.Marius Bakke2021-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These packages use a different source/version from the inherited package, and thus should not inherit replacements. * gnu/packages/check.scm (googletest-1.8, python-pytest-runner-2): Use record inheritance instead of PACKAGE/INHERIT. * gnu/packages/crates-io.scm (rust-bindgen-0.49, rust-bytes-0.4, rust-colored-1.9.1, rust-difference-1, rust-docopt-0.8, rust-html5ever-0.23, rust-http-0.1, rust-http-body-0.1, rust-loom-0.2, rust-loom-0.1, rust-pulldown-cmark-0.0.8, rust-ring-0.13, rust-rustls-0.12, rust-sct-0.3, rust-term-0.2, rust-untrusted-0.6, rust-webpki-0.18, rust-webpki-roots-0.17, rust-webpki-roots-0.14): Likewise. * gnu/packages/emacs.scm (emacs-next, emacs-next-pgtk, guile-emacs): Likewise. * gnu/packages/guile.scm (guile-2.2.4): Likewise. * gnu/packages/maths.scm (hdf5-1.10, hdf5-1.12): Likewise. * gnu/packages/protobuf.scm (protobuf-3.6, protobuf-3.5, python-protobuf-3.6): Likewise. * gnu/packages/python-web.scm (python2-html2text): Likewise. * gnu/packages/python-xyz.scm (python-pygments/fixed, python2-numpy, python2-urwid, python2-markdown, python2-fonttools): Likewise. * gnu/packages/racket.scm (racket): Likewise. * gnu/packages/sequoia.scm (sequoia4pEp): Likewise.
| * gnu: cmdtest: Use a source file-name.Efraim Flashner2021-05-22
| | | | | | | | * gnu/packages/check.scm (cmdtest)[source]: Add a file-name field.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-22
|\|
| * gnu: cmdtest: Do not propagate any inputs.Marius Bakke2021-05-22
| | | | | | | | | | * gnu/packages/check.scm (cmdtest)[propagated-inputs]: Move everything ... [inputs]: ... here. New field.
| * gnu: cmdtest: Update to 0.32-14-gcdfe14e.Marius Bakke2021-05-22
| | | | | | | | | | | | | | | | * gnu/packages/check.scm (cmdtest): Update to 0.32-14-gcdfe14e. [source]: Switch to GIT-FETCH. [arguments]: Remove #:phases and #:python. Add #:tests?. [native-inputs]: Change from PYTHON2-CLIAPP, PYTHON2-MARKDOWN, and PYTHON-TTYSTATUS to their respective Python 3 variants.
| * gnu: python-coverage-test-runner: Add Python 3 variant.Marius Bakke2021-05-22
| | | | | | | | | | | | | | * gnu/packages/check.scm (python2-coverage-test-runner): Rename to ... (python-coverage-test-runner): ... this. [arguments, propagated-inputs]: Adjust for Python 3. (python2-coverage-test-runner): Use PACKAGE-WITH-PYTHON2.
* | gnu: libfaketime: Use absolute 'date' reference.Marius Bakke2021-05-22
| | | | | | | | | | * gnu/packages/check.scm (libfaketime)[inputs]: Add COREUTILS. [arguments]: Add phase to substitute the absolute 'date' file name.
* | gnu: python-pytest-asyncio: Update to 0.15.1.Marius Bakke2021-05-13
| | | | | | | | * gnu/packages/check.scm (python-pytest-asyncio): Update to 0.15.1.
* | gnu: libfaketime: Update to 0.9.9.Marius Bakke2021-05-09
| | | | | | | | | | * gnu/packages/check.scm (libfaketime): Update to 0.9.9. [arguments]: Use CC-FOR-TARGET. Remove obsolete compiler flag and trailing #t's.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * gnu: Add python-pytest-dependency.Lars-Dominik Braun2021-04-26
| | | | | | | | * gnu/packages/check.scm (python-pytest-dependency): New variable.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-04-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/boost.scm gnu/packages/chez.scm gnu/packages/compression.scm gnu/packages/crates-io.scm gnu/packages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm
| * gnu: python-testpath: Update to 0.4.4.Ricardo Wurmus2021-04-13
| | | | | | | | | | | | * gnu/packages/check.scm (python-testpath): Update to 0.4.4. [arguments]: Build the package as intended with flit. [native-inputs]: Add python-flit.
| * gnu: Add python-pytest-httpserver.Pierre Langlois2021-04-11
| | | | | | | | * gnu/packages/check.scm (python-pytest-httpserver): New variable.
| * gnu: Use 'gtk-doc/stable' in native-inputs of selected packages.Mark H Weaver2021-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/calendar.scm (libical), gnu/packages/check.scm (umockdev), gnu/packages/fontutils.scm (libraqm), gnu/packages/freedesktop.scm (appstream, farstream, libglib-testing) (udisks, libfprint, libportal), gnu/packages/geo.scm (memphis, osm-gps-map), gnu/packages/glib.scm (template-glib), gnu/packages/gnome.scm (gupnp-igd, libcloudproviders, libgrss, seed) (gtx, dee, zeitgeist, phodav, gssdp, gupnp, gupnp-dlna, gupnp-av, rygel) (libnma, gdl, libnotify, vte-ng, dconf, libxklavier, libsoup, colord) (geoclue, geocode-glib, amtk, grilo, gvfs, gusb, network-manager) (network-manager-applet, gfbgraph, libunique, cheese, libhandy) (gnome-latex, libgda), gnu/packages/gstreamer.scm (orc), gnu/packages/gtk.scm (at-spi2-core, goocanvas), gnu/packages/language.scm (nimf), gnu/packages/networking.scm (libnice), gnu/packages/video.scm (schroedinger), gnu/packages/virtualization.scm (libosinfo), gnu/packages/webkit.scm (wpewebkit, webkitgtk), gnu/packages/xml.scm (libxmlb)[native-inputs]: Replace 'gtk-doc' with 'gtk-doc/stable'.
| * gnu: doctest: Update to 2.4.6.Tobias Geerinckx-Rice2021-03-25
| | | | | | | | * gnu/packages/check.scm (doctest): Update to 2.4.6.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-03-24
|\|
| * gnu: Use PACKAGE/INHERIT in more places.Mark H Weaver2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/algebra.scm (fftwf, fftw-openmpi), gnu/packages/audio.scm (ztoolkit-rsvg), gnu/packages/bioinformatics.scm (python2-dendropy), gnu/packages/boost.scm (boost-with-python2), gnu/packages/check.scm (python2-mock, python2-pytest-mock), gnu/packages/cups.scm (hplip-minimal), gnu/packages/freedesktop.scm (libinput-minimal), gnu/packages/gettext.scm (gnu-gettext), gnu/packages/glib.scm (python2-pygobject), gnu/packages/gnome.scm (gdl-minimal, libsoup-minimal, python2-pyatspi), gnu/packages/groff.scm (groff-minimal), gnu/packages/jami.scm (ffmpeg-jami), gnu/packages/libcanberra.scm (libcanberra/gtk+-2), gnu/packages/lirc.scm (python2-lirc), gnu/packages/llvm.scm (clang-runtime-3.5), gnu/packages/mpi.scm (java-openmpi, openmpi-thread-multiple), gnu/packages/node.scm (libnode), gnu/packages/onc-rpc.scm (libtirpc/hurd), gnu/packages/python-compression.scm (bitshuffle-for-snappy), gnu/packages/python-crypto.scm (python2-pycrypto, python2-cryptography) (python2-cryptography, python2-m2crypto), gnu/packages/python-web.scm (python2-html2text, python2-tornado) (python2-terminado, python2-ndg-httpsclient, python2-websocket-client) (python2-rauth, python2-url, python2-s3transfer), gnu/packages/python-xyz.scm (python2-psutil, python2-serpent) (python2-humanfriendly, python2-empy, python2-parse-type, python2-polib) (python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc) (python2-ipyparallel, python2-traitlets, python2-dbus) (python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse) (python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal) (python2-contextlib2, python2-promise, python2-anyjson, python2-amqp) (python2-kombu, python2-billiard, python2-celery, python2-whoosh) (python2-jellyfish, python-rope, ptpython-2, python2-binaryornot) (python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort) (python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash) (python2-cloudpickle, python2-reparser), gnu/packages/python.scm (python2-called-python), gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt) (python-qscintilla, python-pyqt+qscintilla), gnu/packages/scanner.scm (sane-backends), gnu/packages/sdl.scm (guile3.0-sdl2), gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc) (python-sepolgen, policycoreutils), gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack), gnu/packages/simulation.scm (fenics), gnu/packages/statistics.scm (python2-statsmodels), gnu/packages/texinfo.scm (info-reader), gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1), gnu/packages/xml.scm (xmlsec-nss), gnu/packages/xorg.scm (uim-gtk, uim-qt), guix/build-system/python.scm (package-with-explicit-python) (strip-python2-variant): Use PACKAGE/INHERIT.
| * gnu: doctest: Update to 2.4.5.Tobias Geerinckx-Rice2021-03-11
| | | | | | | | * gnu/packages/check.scm (doctest): Update to 2.4.5.
| * gnu: python-aiounittest: Update to 1.4.0.Lars-Dominik Braun2021-03-10
| | | | | | | | | | | | | | * gnu/packages/check.scm (python-aiounittest) [version]: Update to 1.4.0. [source]: Switch to git repository. [arguments]: Run notetests. [propagated-inputs]: Add python-wrapt.
* | Merge branch 'master' into core-updatesChristopher Baines2021-03-06
|\|
| * gnu: python-pytest-timeout: Update home page.Nicolas Goaziou2021-02-28
| | | | | | | | * gnu/packages/check.scm (python-pytest-timeout)[home-page]: Update URI.
* | gnu: python-pylint: Update to 2.6.0.Maxim Cournoyer2021-02-03
| | | | | | | | | | * gnu/packages/check.scm (python-pylint): Update to 2.6.0. [arguments]: Partially reinstate the test suite.
* | Merge branch 'master' into core-updatesChristopher Baines2021-02-03
|\|
| * gnu: python2-fixtures: Remove package.Maxim Cournoyer2021-01-29
| | | | | | | | | | * gnu/packages/check.scm (python2-fixtures-bootstrap) (python2-fixtures): Delete variables.
| * gnu: python2-testtools: Remove package.Maxim Cournoyer2021-01-29
| | | | | | | | | | * gnu/packages/check.scm (python2-testtools-bootstrap) (python2-testtools): Delete variables.
| * gnu: python2-testscenarios: Remove package.Maxim Cournoyer2021-01-29
| | | | | | | | | | * gnu/packages/check.scm (python2-testscenarios-bootstrap) (python2-testscenarios): Delete variables.
| * gnu: python2-subunit: Remove package.Maxim Cournoyer2021-01-29
| | | | | | | | | | * gnu/packages/check.scm (python2-subunit-bootstrap) (python2-subunit): Delete variables.
| * gnu: python2-testrepository: Remove package.Maxim Cournoyer2021-01-29
| | | | | | | | | | * gnu/packages/check.scm (python2-testrepository-bootstrap) (python2-testrepository): Delete variables.
| * gnu: python2-behave-web-api: Remove package.Maxim Cournoyer2021-01-29
| | | | | | | | * gnu/packages/check.scm (python2-behave-web-api): Delete.
| * gnu: python2-pylint: Remove package.Maxim Cournoyer2021-01-29
| | | | | | | | * gnu/packages/check.scm (python2-pylint): Delete.
| * gnu: python2-testresources: Remove package.Maxim Cournoyer2021-01-29
| | | | | | | | | | * gnu/packages/check.scm (python2-testresources-bootstrap) (python2-testresources): Delete.
| * gnu: python-xyz: Move a few modules to (gnu packages python-build).Maxim Cournoyer2021-01-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pep517): Inherit from python-pep517-bootstrap. Remove the inherited common fields. (python-poetry-core, python-wheel) (python-toml): Move to ... * gnu/packages/python-build.scm: ... here, a new module. (python-pep517-bootstrap): New package. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module.
| * gnu: Add shunit2.Efraim Flashner2021-01-14
| | | | | | | | * gnu/packages/check.scm (shunit2): New variable.
* | gnu: python-pyhamcrest: Update to 2.0.2.Maxim Cournoyer2021-02-01
| | | | | | | | | | | | | | * gnu/packages/check.scm (python-pyhamcrest): Update to 2.0.2. [propagated-inputs]: Remove python-six. [phases]{check}: Do not set PYTHONPATH. (python2-pyhamcrest): Remove variable.
* | gnu: behave: Do not set PYTHONPATH.Maxim Cournoyer2021-02-01
| | | | | | | | | | * gnu/packages/check.scm (behave)[arguments]: Remove the '#:phases' argument. [propagated-inputs]: Remove python-importlib-metadata and python-six.
* | gnu: python-pyfakefs: Disable unreliable testLars-Dominik Braun2021-02-01
| | | | | | | | | | * gnu/packages/check.scm (python-pyfakefs) [arguments]: Add new phase to skip single test.
* | gnu: python-pytest-pep8: Fix package.Lars-Dominik Braun2021-02-01
| | | | | | | | | | * gnu/packages/check.scm (python-pytest-pep8)[arguments]: Remove dependency on pytest-cache and add proper 'check phase.
* | gnu: python-fixtures-bootstrap: Do not sanity check.Lars-Dominik Braun2021-02-01
| | | | | | | | | | * gnu/packages/check.scm (python-fixtures-bootstrap) [phases]{sanity-check}: Delete.
* | gnu: python-pytest-xdist: Add missing input, relax pytest requirement.Lars-Dominik Braun2021-02-01
| | | | | | | | | | | | * gnu/packages/check.scm: (python-pytest-xdist) [arguments]: Relax pytest version requirements. [propagated-inputs]: Add python-pytest-forked.
* | gnu: python2-pylint: Remove package.Maxim Cournoyer2021-01-15
| | | | | | | | | | * gnu/packages/check.scm (python-pylint)[properties]: Delete field. * gnu/packages/check.scm (python2-pylint): Remove variable.
* | gnu: python-hypothesmith: Update to 0.1.8.Maxim Cournoyer2021-01-15
| | | | | | | | | | * gnu/packages/check.scm (python-hypothesmith): Update to 0.1.8. [propagated-inputs]: Replace python-hypothesmith-5.23 by python-hypothesmith.
* | gnu: python-hypothesis: Update to 6.0.2Maxim Cournoyer2021-01-15
| | | | | | | | | | * gnu/packages/check.scm (python-hypothesis): Update to 6.0.2. (python-hypothesis-5.23): Delete variable.
* | gnu: python-pytest-forked: Update to 1.3.0.Maxim Cournoyer2021-01-15
| | | | | | | | | | | | * gnu/packages/check.scm (python-pytest-forked): Update to 1.3.0. [propagated-inputs]: Move python-pytest to... [native-inputs]: ... here.
* | gnu: python-pytest: Propagate python-iniconfig, python-toml.Maxim Cournoyer2021-01-15
| | | | | | | | | | | | | | | | | | Based on a reading of the install_requires field of its setup.cfg file. * gnu/packages/check.scm (python-pytest)[native-inputs]: Move python-iniconfig... [propagated-inputs]: ... to here. Add python-toml. Remove python-atomicwrites, apparently only required on the win32 platform.
* | gnu: python-pytest: Update to 6.2.1.Maxim Cournoyer2021-01-14
| | | | | | | | | | | | * gnu/packages/check.scm (python-pytest): Update to 6.2.1. [phases]{check}: Repatriate from the python-pytest-6 definition. [native-inputs]: Add python-iniconfig and python-toml.
* | gnu: python-py: Update to 1.10.0.Maxim Cournoyer2021-01-14
|/ | | | | | | * gnu/packages/check.scm (python-pytest-6)[propagated-inputs]: Replace python-py-next by python-py. * gnu/packages/python-xyz.scm (python-py): Update to 1.10.0. (python-py-next): Remove variable.
* gnu: doctest: Update to 2.4.4.Vincent Legoll2020-12-28
| | | | | | * gnu/packages/check.scm (doctest): Update to 2.4.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>