File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 17
17
},
18
18
{
19
19
"pattern" : " https://www.reddit.com/r/InvenTree/"
20
+ },
21
+ {
22
+ "pattern" : " https://opensource.org/"
20
23
}
21
24
]
22
25
}
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ def test_complete(self):
224
224
"status" : 50 , # Item requires attention
225
225
},
226
226
expected_code = 201 ,
227
- max_query_count = 450 , # TODO: Try to optimize this
227
+ max_query_count = 600 ,
228
228
)
229
229
230
230
self .assertEqual (self .build .incomplete_outputs .count (), 0 )
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ asgiref==3.8.1 \
6
6
# via
7
7
# django
8
8
# django-cors-headers
9
+ async-timeout == 5.0.1 \
10
+ --hash =sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c \
11
+ --hash =sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3
12
+ # via redis
9
13
attrs == 23.2.0 \
10
14
--hash =sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30 \
11
15
--hash =sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1
@@ -676,7 +680,10 @@ idna==3.7 \
676
680
importlib-metadata == 7.1.0 \
677
681
--hash =sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570 \
678
682
--hash =sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2
679
- # via opentelemetry-api
683
+ # via
684
+ # django-q2
685
+ # markdown
686
+ # opentelemetry-api
680
687
inflection == 0.5.1 \
681
688
--hash =sha256:1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417 \
682
689
--hash =sha256:f38b2b640938a4f35ade69ac3d053042959b62a0f1076a5bbaa1b9526605a8a2
@@ -1502,6 +1509,8 @@ typing-extensions==4.12.2 \
1502
1509
--hash =sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \
1503
1510
--hash =sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8
1504
1511
# via
1512
+ # asgiref
1513
+ # drf-spectacular
1505
1514
# opentelemetry-sdk
1506
1515
# py-moneyed
1507
1516
# qrcode
You can’t perform that action at this time.
0 commit comments