# We need the mypy pytest plugin to do the test collection for our # typing tests. # mypy demands that its test-data be present for mypy.test.config to be # imported, so thwart that check. mypy PR #10919 fixes this. import unittest.mock with unittest.mock.patch('os.path.isdir') as isdir: isdir.return_value = True import mypy.test.config # noqa pytest_plugins = [ 'mypy.test.data', ] cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/base.scm
AgeCommit message (Expand)Author
2021-03-26gnu: tzdata: Update to 2021a....Vincent Legoll
2021-03-23gnu: sed: Make it build on SELinux-enabled kernels....Chris Marusich
2021-03-23gnu: glibc: Fix ldd path on powerpc*....Leo Le Bouter
2021-01-10Merge branch 'master' into stagingEfraim Flashner
2021-01-07gnu: tzdata: Update to 2020f....Leo Famulari
2021-01-07gnu: base: Add keywords to make-glibc-utf8-locales....Miguel Ángel Arruga Vivas
2020-11-07gnu: tzdata: Update to 2020d....Marius Bakke
2020-11-07gnu: tzdata: Keep using the "fat" tzdata file format....Marius Bakke
2020-10-13gnu: libcap: Make 'libcap/next' the default libcap....Marius Bakke
2020-10-13gnu: tzdata: Update to 2020b....Marius Bakke
2020-08-06gnu: binutils-gold: build with canonical gcc:lib....Efraim Flashner
2020-07-26gnu: glibc: Remove old versions....Marius Bakke
2020-07-08gnu: coreutils: Mark pwd-long tests XFAIL on the Hurd....Jan (janneke) Nieuwenhuizen
2020-06-26gnu: binutils-gold: Inherit replacements from binutils....Marius Bakke
2020-06-26gnu: binutils@2.33.1: Do not inherit replacements from binutils....Marius Bakke
2020-06-26gnu: binutils-gold: Inherit from 'binutils+documentation'....Marius Bakke