nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.nonbloat-db: use pytest-cov-stub

+2 -2
+2 -2
pkgs/development/python-modules/nonbloat-db/default.nix
··· 14 14 # tests 15 15 pytestCheckHook, 16 16 pytest-asyncio, 17 - pytest-cov, 17 + pytest-cov-stub, 18 18 pytest-mock, 19 19 pytest-randomly, 20 20 faker, ··· 45 45 nativeCheckInputs = [ 46 46 pytestCheckHook 47 47 pytest-asyncio 48 - pytest-cov 48 + pytest-cov-stub 49 49 pytest-mock 50 50 pytest-randomly 51 51 faker