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
_________________ ERROR collecting test/test_basic_integers.c _________________
conftest.py:38: in collect
lines = test_output.split("\n")
E TypeError: a bytes-like object is required, not 'str'
I did not do anything, I was just simply running pytest.
My pytest version is 3.1.2 and my python version is 3.5.2 running on anaconda version 2.5.0 (32-bit)
How do I fix this error?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I am new to pytest.
I was just trying to run the pytest sample from the PYTEST_C_RUNNER repository(https://github.com/jmcnamara/pytest_c_testrunner) and I encountered this error:
_________________ ERROR collecting test/test_basic_integers.c _________________
conftest.py:38: in collect
lines = test_output.split("\n")
E TypeError: a bytes-like object is required, not 'str'
I did not do anything, I was just simply running pytest.
My pytest version is 3.1.2 and my python version is 3.5.2 running on anaconda version 2.5.0 (32-bit)
How do I fix this error?
Thanks.
The text was updated successfully, but these errors were encountered: