🧪3️⃣ test: level 3 refinement

This commit is contained in:
Florian Hönicke
2023-05-02 01:50:28 +02:00
parent 8a2360da7a
commit e4facfc7b5
7 changed files with 57 additions and 21 deletions

View File

@@ -39,9 +39,9 @@ MAX_DEBUGGING_ITERATIONS = 10
DEMO_TOKEN = '45372338e04f5a41af949024db929d46'
PROBLEMATIC_PACKAGES = [
BLACKLISTED_PACKAGES = [
# 'Pyrender', 'Trimesh',
'moderngl', 'pyopengl', 'pyglet', 'pythreejs', 'panda3d', # because they need a screen,
'fastapi', 'uvicorn', 'starlette', # because we use jina executors
]
UNNECESSARY_PACKAGES = ['fastapi']