aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/guix.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-14 14:19:12 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-15 16:33:08 -0500
commit9837bc5e35948884b734922462eba4d6b8855a37 (patch)
tree8f7cb694207653a7d77d374c5398768299010a8c /gnu/tests/guix.scm
parent444cac50d6327a51dcab8419cae7220d9fd7a826 (diff)
downloadguix-9837bc5e35948884b734922462eba4d6b8855a37.tar.gz
guix-9837bc5e35948884b734922462eba4d6b8855a37.zip
gnu: python-mypy: Fix build.
This follows commit b5ccc6cc9a, which updated python-pytest to version 6 and removed the python-pytest-6 variable. * gnu/packages/python-check.scm (python-mypy) [native-inputs]: Rename python-pytest-6 to python-pytest.
Diffstat (limited to 'gnu/tests/guix.scm')
0 files changed, 0 insertions, 0 deletions
56d72be2a5d4'>gnu: node: Disable tests that fail with openssl@1.1.1d.Tobias Geerinckx-Rice Work around <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37386>. * gnu/packages/node.scm (node)[arguments]: Disable failing tests. 2019-07-13gnu: node: Update to 10.16.0.Marius Bakke * gnu/packages/node.scm (node): Update to 10.16.0. [arguments]: Enable previously failing tests. Disable 'sequential/test-performance.js' and 'parallel/test-dns.js'. 2019-06-13Merge branch 'master' into core-updatesLudovic Courtès 2019-05-26gnu: node: Update to 10.15.3.Marius Bakke * gnu/packages/libevent.scm (libuv-1.19): Remove variable. * gnu/packages/node.scm (node): Update to 10.15.3. [source]: Use XZ-compressed tarball. [arguments]: Add #:test-target. Use DELETE-FILE instead of DELETE-IF-EXISTS. Remove obsolete test deletions. [inputs]: Change OPENSSL to OPENSSL-NEXT. Change LIBUV-1.19 to LIBUV. (node-lts): Remove variable.