2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Remove coveralls integration (#7099)

This commit is contained in:
Oliver
2024-04-23 08:42:31 +10:00
committed by GitHub
parent a8e560a482
commit 8f2ef39282
6 changed files with 3 additions and 54 deletions

View File

@ -1,7 +1,6 @@
# Dev requirements for InvenTree
-c requirements.txt
coverage[toml] # Unit test coverage
coveralls==2.1.2 # Coveralls linking (for tracking coverage) # PINNED 2022-06-28 - Old version needed for correct upload
django-admin-shell # Remote shell access
django-querycount # Display number of URL queries for requests
django-slowtests # Show which unit tests are running slowly