From 50731e10a88bdde87ceab1857dce52e3df7f16dd Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 17 Oct 2019 09:48:48 -0400 Subject: [PATCH] Add query for networkx 2.4 bug 1848499 1278 hits in 24 hours since networkx 2.4 was released. In nova's case the problem is upper-constraints weren't being applied to runtime dependencies or transitive dependencies in tox.ini. Change-Id: Ie15f3ebbe33116704fa6e066933e69bb6b170f33 --- queries/1848499.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1848499.yaml diff --git a/queries/1848499.yaml b/queries/1848499.yaml new file mode 100644 index 00000000..e6e76792 --- /dev/null +++ b/queries/1848499.yaml @@ -0,0 +1,3 @@ +query: >- + message:"AttributeError: 'DiGraph' object has no attribute 'node'" AND + tags:"console"