2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-04 00:02:51 +00:00

move tests to api mocking to remove jitter in ci (#10447)

closes #10446
This commit is contained in:
Matthias Mair
2025-10-02 01:54:31 +02:00
committed by GitHub
parent 40700dfbcf
commit f01455411a
5 changed files with 90 additions and 51 deletions

View File

@@ -12,3 +12,4 @@ pdfminer.six # PDF validation
ty # type checking
django-types # typing
django-stubs # typing
requests-mock # Mock requests for unit tests