We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e572e commit dc6885bCopy full SHA for dc6885b
tests/integration/actor_source_base/Dockerfile
@@ -16,4 +16,4 @@ RUN echo "Python version:" \
16
&& echo "All installed Python packages:" \
17
&& pip freeze
18
19
-CMD ["sh", "-c", "python -m src"]
+CMD ["sh", "-c", "python server.py & python -m src"]
tests/integration/actor_source_base/requirements.txt
@@ -1,2 +1,4 @@
1
# The test fixture will put the Apify SDK wheel path on the next line
2
APIFY_SDK_WHEEL_PLACEHOLDER
3
+uvicorn[standard]
4
+crawlee[parsel] @ git+https://github.com/apify/crawlee-python.git@master
0 commit comments