about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-01 16:11:18 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:57:12 +0100
commitd337d7e1f45362169f895e30df168d6bfa952a36 (patch)
treeb6bb7ffb545034d0a420327aeca533fe6b4e7706
parentc04327690b7362b5d6dcb0c37e4a480a4aa93431 (diff)
hatch: Disable failing test
-rw-r--r--pkgs/development/tools/hatch/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/hatch/default.nix b/pkgs/development/tools/hatch/default.nix
index f7604220f3aa9..026aa6f2fc30b 100644
--- a/pkgs/development/tools/hatch/default.nix
+++ b/pkgs/development/tools/hatch/default.nix
@@ -63,6 +63,8 @@ python3.pkgs.buildPythonApplication rec {
     "test_editable_pth"
     # AssertionError: assert len(extract_installed_requirements(output.splitlines())) > 0
     "test_creation_allow_system_packages"
+    # Formatting changes with pygments 2.14.0
+    "test_create_necessary_directories"
   ] ++ lib.optionals stdenv.isDarwin [
     # https://github.com/NixOS/nixpkgs/issues/209358
     "test_scripts_no_environment"