-
Notifications
You must be signed in to change notification settings - Fork 91
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
AttributeError: 'FakePipeWrapper' object has no attribute 'delete_on_close' #493
Labels
Comments
Thanks for the report! |
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Sep 13, 2020
github-actions bot
pushed a commit
that referenced
this issue
Nov 16, 2021
…or GitPython and #493 for plumbum
github-actions bot
pushed a commit
that referenced
this issue
Nov 16, 2021
…or GitPython and #493 for plumbum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using plumbum and the fake filesystem I'm unable to run plumbum commands (which uses Popen).
Note you can test what
do_something
's behavior should be by doing a:How To Reproduce
requirements.txt:
test_plumbum.py contents:
Run
python3 -m "pytest" test_plumbum.py
and you will see the following output:Your enviroment
Please run the following and paste the output.
The text was updated successfully, but these errors were encountered: