We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'll manage it before publishing aiohttp 1.1
The text was updated successfully, but these errors were encountered:
Hmm, how to test against aiohttp master locally?
pip install -e ../aiohttp # points to local master pytest tests
shows successful result.
Sorry, something went wrong.
@asvetlov can you post logs of pytest invocation?
I just tested following commands:
$ git clone git@github.com:aio-libs/aiohttp-cors.git $ git clone https://github.com/KeepSafe/aiohttp.git $ python3.5 -m venv env $ source env/bin/activate $ pip install -e aiohttp $ cd aiohttp-cors $ pip install -r requirements-dev.txt $ pytest tests
and pytest tests fails there.
pytest tests
Sorry, it was a problem with my local virtual environment
asvetlov
No branches or pull requests
I'll manage it before publishing aiohttp 1.1
The text was updated successfully, but these errors were encountered: