From e7abf8728a0fd0a77e6fa5803acd1b0c1e0682c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 3 Jan 2023 17:01:36 +0100 Subject: nixos/develop: pytest-tap is now available --- nixos/modules/develop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') 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 -- cgit v1.2.3