aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-01-03 17:01:36 +0100
committerKarel Kočí <cynerd@email.cz>2023-01-03 17:01:36 +0100
commite7abf8728a0fd0a77e6fa5803acd1b0c1e0682c6 (patch)
tree1db0b807e543ed8e6c0caa0ca7a12b2f67c5043e /nixos
parentef25d69c4d273765afd2ef86783e42bc98ca4b3d (diff)
downloadnixos-personal-e7abf8728a0fd0a77e6fa5803acd1b0c1e0682c6.tar.gz
nixos-personal-e7abf8728a0fd0a77e6fa5803acd1b0c1e0682c6.tar.bz2
nixos-personal-e7abf8728a0fd0a77e6fa5803acd1b0c1e0682c6.zip
nixos/develop: pytest-tap is now available
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/develop.nix2
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