Skip to content
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

read(): Don't ignore "frames" argument #214

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mgeier
Copy link
Contributor

@mgeier mgeier commented Nov 14, 2017

This is a partial solution to #210, but currently this breaks blocks() (because that relies on the previous strange behavior)!

For now, the tests can be run without testing blocks():

python3 -m pytest -k"not blocks"

Partial solution to bastibe#210, but this breaks blocks()!

The tests can be run without testing blocks():

    python3 -m pytest -k"not blocks"
@bastibe
Copy link
Owner

bastibe commented Mar 2, 2018

What is the status of this pull request?

@mgeier
Copy link
Contributor Author

mgeier commented Mar 3, 2018

This is still open but it can only be merged after blocks() is fixed.
I'll probably look into that when I have some time to spare, but if somebody else wants to do that, feel free to jump in!

You could cherry-pick the first commit, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants