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
Hi,
I would like to start contributing to PyInquirer and I went through the steps under the contribution section.
When running the tests most fail, with basically two errors:
e.g.: FAILED tests/test_prompts_list.py::test_cycle_backwards - AttributeError: 'str' object has no attribute 'read_fd'.
This seems to come from the use of PosixPipeInput in feed_app_with_input.
Perhaps this is something that is system specific?
2. The second issue seems to be an exception when trying to import PyInquirer in examples in some of the tests:
```
E assert "Traceback (m...PyInquirer'\n" == '😃 Select top... Extra cheese'
E + Traceback (most recent call last):
E + File "examples/checkbox.py", line 8, in
E + from PyInquirer import prompt, Separator
E + ModuleNotFoundError: No module named 'PyInquirer'
```
These are all after running through the basic steps of setting up the env:
I do not have a workaround, but I am experiencing the same issue. I tested Python 3.7, 3.9 and 3.10 and various commits of PyInquirer. I was unable to find anything that would pass the tests.
Hi,
I would like to start contributing to PyInquirer and I went through the steps under the contribution section.
When running the tests most fail, with basically two errors:
This seems to come from the use of
PosixPipeInput
infeed_app_with_input
.Perhaps this is something that is system specific?
My env is, from the pytest run:
2. The second issue seems to be an exception when trying to import PyInquirer in examples in some of the tests: ``` E assert "Traceback (m...PyInquirer'\n" == '😃 Select top... Extra cheese' E + Traceback (most recent call last): E + File "examples/checkbox.py", line 8, in E + from PyInquirer import prompt, Separator E + ModuleNotFoundError: No module named 'PyInquirer' ```
These are all after running through the basic steps of setting up the env:
See full pytest output
Thank you for your help!
Roy.
The text was updated successfully, but these errors were encountered: