diff options
author | Karel Kočí <cynerd@email.cz> | 2023-01-03 17:01:36 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-01-03 17:01:36 +0100 |
commit | e7abf8728a0fd0a77e6fa5803acd1b0c1e0682c6 (patch) | |
tree | 1db0b807e543ed8e6c0caa0ca7a12b2f67c5043e /nixos/modules | |
parent | ef25d69c4d273765afd2ef86783e42bc98ca4b3d (diff) | |
download | nixos-personal-e7abf8728a0fd0a77e6fa5803acd1b0c1e0682c6.tar.gz nixos-personal-e7abf8728a0fd0a77e6fa5803acd1b0c1e0682c6.tar.bz2 nixos-personal-e7abf8728a0fd0a77e6fa5803acd1b0c1e0682c6.zip |
nixos/develop: pytest-tap is now available
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/develop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix index b978d3f..2bf085f 100644 --- a/nixos/modules/develop.nix +++ b/nixos/modules/develop.nix @@ -43,7 +43,7 @@ in { (python3.withPackages (pypkgs: with pypkgs; [ ipython - pytest pytest-html #pytest-tap + pytest pytest-html pytest-tap coverage python-lsp-black pylint pydocstyle |