-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Multiple Errors while execution of Tests #7573
Comments
Could you help me run the following in import subprocess
subprocess.check_call(['any-command-that-does-not-exist']) and see if it raises All errors (afaict) are basically one problem: you don’t have Mercurial installed. The problem though is that pip already handles this, by catching The easy fix is to, well, handle that. But this is kind of a weird behaviour on the OS’s part. Does someone have any insight into why the OS might do that, and whether it’s a good idea to accommodate it? |
@uranusjr Thanks for Quick response.
Above Error is same for Python3.6 and Python3.7 each |
After Install Mercurial, It is left with 2 Errors only. |
The two errors are the same, something like
I believe they are tracked in #7545. |
Hmm, I just checked this on a fresh Fedora 29 Docker image:
So it seems the stdlib is doing the correct thing by default, and the |
Could it be related to permissions? I'm not a Linux user myself, but I seem to recall Linux can report problems with unusual combinations of permissions in odd ways. Do you have a directory on your |
AFAIK No |
Closing as @uranusjr specified its system-specific. Feel Free to reopen if someone else faced similar issues. |
Environment
Description
Tried Executing very first command
$tox -e py36
Expected behavior
A Good success message
How to Reproduce
Maybe some environment issue, or some command is missing.
$tox -e py3.7 >> error.txt
Output
The text was updated successfully, but these errors were encountered: