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
---> pavement.test_all
Captured Task Output:
---------------------
---> pavement.test_all
Traceback (most recent call last):
File "/home/flip111/python/myproject/venv/lib64/python3.6/site-packages/paver/tasks.py", line 195, in _run_task
return do_task()
File "/home/flip111/python/myproject/venv/lib64/python3.6/site-packages/paver/tasks.py", line 192, in do_task
return func(**kw)
File "pavement.py", line 114, in test_all
retcode = _test_all()
File "./setup.py", line 196, in _test_all
return _lint() + _test()
File "./setup.py", line 169, in _lint
project_python_files = [filename for filename in get_project_files()
File "./setup.py", line 170, in <listcomp>
if filename.endswith(b'.py')]
TypeError: endswith first arg must be str or a tuple of str, not bytes
python 3.6.2
The text was updated successfully, but these errors were encountered:
python 3.6.2
The text was updated successfully, but these errors were encountered: