summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-09 17:50:17 +0200
committerGitHub <noreply@github.com>2024-04-09 17:50:17 +0200
commit4d89b7c548ef45454399e1a9088b2dcd8ce6f4a2 (patch)
tree22f9e9ff1b4ffed5f8f12429990f07d4718cc5f6 /pkgs/tools
parent134b4e43c367170ff2baa5adbe08e27d441e5cc0 (diff)
parent1746ce9f9fe35fe23ea67214beca34e3cd7913ab (diff)
Merge pull request #302820 from msanft/awslimitchecker/fix-build
awslimitchecker: ignore PytestRemovedIn8Warning
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/awslimitchecker/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/admin/awslimitchecker/default.nix b/pkgs/tools/admin/awslimitchecker/default.nix
index cc492ed065d3..548bf69e6f07 100644
--- a/pkgs/tools/admin/awslimitchecker/default.nix
+++ b/pkgs/tools/admin/awslimitchecker/default.nix
@@ -34,6 +34,10 @@ python3Packages.buildPythonApplication rec {
pytestFlagsArray = [
"awslimitchecker/tests"
+
+ # Upstream did not adapt to pytest 8 yet.
+ "-W"
+ "ignore::pytest.PytestRemovedIn8Warning"
];
disabledTestPaths = [