-
Notifications
You must be signed in to change notification settings - Fork 13
chore: Add test server and some top level crawler tests #517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
pyproject.toml
Outdated
"crawlee~=0.6.0", | ||
"crawlee[parsel]~=0.6.0", | ||
"cryptography>=42.0.0", | ||
"httpx>=0.27.0", | ||
# TODO: ensure compatibility with the latest version of lazy-object-proxy | ||
# https://github.com/apify/apify-sdk-python/issues/460 | ||
"lazy-object-proxy<1.11.0", | ||
"more_itertools>=10.2.0", | ||
"typing-extensions>=4.1.0", | ||
"uvicorn[standard]~=0.35.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dev dependency group? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And warning:
/home/runner/work/apify-sdk-python/apify-sdk-python/tests/integration/actor_source_base/test_server.py:63: PytestCollectionWarning: cannot collect test class 'TestServer' because it has a __init__ constructor (from: tests/integration/actor_source_base/test_server.py)
class TestServer(Server):
Description
TestServer
for the integration testscrawler
usage ofRequestQueue
related arguments.