Skip to content

Commit e0756a7

Browse files
Fix requirements.txt (#8598)
* Fix requirements.txt * Fix * Adjust unit test * Add link to ignore
1 parent 14f35fe commit e0756a7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/mlc_config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
},
1818
{
1919
"pattern": "https://www.reddit.com/r/InvenTree/"
20+
},
21+
{
22+
"pattern": "https://opensource.org/"
2023
}
2124
]
2225
}

src/backend/InvenTree/build/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def test_complete(self):
224224
"status": 50, # Item requires attention
225225
},
226226
expected_code=201,
227-
max_query_count=450, # TODO: Try to optimize this
227+
max_query_count=600,
228228
)
229229

230230
self.assertEqual(self.build.incomplete_outputs.count(), 0)

src/backend/requirements.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ asgiref==3.8.1 \
66
# via
77
# django
88
# django-cors-headers
9+
async-timeout==5.0.1 \
10+
--hash=sha256:39e3809566ff85354557ec2398b55e096c8364bacac9405a7a1fa429e77fe76c \
11+
--hash=sha256:d9321a7a3d5a6a5e187e824d2fa0793ce379a202935782d555d6e9d2735677d3
12+
# via redis
913
attrs==23.2.0 \
1014
--hash=sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30 \
1115
--hash=sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1
@@ -676,7 +680,10 @@ idna==3.7 \
676680
importlib-metadata==7.1.0 \
677681
--hash=sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570 \
678682
--hash=sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2
679-
# via opentelemetry-api
683+
# via
684+
# django-q2
685+
# markdown
686+
# opentelemetry-api
680687
inflection==0.5.1 \
681688
--hash=sha256:1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417 \
682689
--hash=sha256:f38b2b640938a4f35ade69ac3d053042959b62a0f1076a5bbaa1b9526605a8a2
@@ -1502,6 +1509,8 @@ typing-extensions==4.12.2 \
15021509
--hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \
15031510
--hash=sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8
15041511
# via
1512+
# asgiref
1513+
# drf-spectacular
15051514
# opentelemetry-sdk
15061515
# py-moneyed
15071516
# qrcode

0 commit comments

Comments
 (0)