You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which causes problems on my mac, which is using pytest 2.9.1:
/Users/t/dev/khmer/tests/test_sequence_validation.py:70
____ ERROR at setup of test_read_cleaning_trim_functions_bad_dna[Nodegraph] ____
pytest.fixture functions cannot use ``yield``. Instead write and return an inner function/generator and let the consumer call and iterate over it.:
I have switched to using a try/finally; this issue is here to tell @betatim why.
The text was updated successfully, but these errors were encountered:
So @betatim introduced this:
which causes problems on my mac, which is using pytest 2.9.1:
I have switched to using a try/finally; this issue is here to tell @betatim why.
The text was updated successfully, but these errors were encountered: