-
-
Notifications
You must be signed in to change notification settings - Fork 477
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
tox.ini (local): Add environment variables to skip system package installs and other steps, add mechanism for a local interactive shell #31216
Comments
Dependencies: #30944 |
Commit: |
This comment has been minimized.
This comment has been minimized.
Last 10 new commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
Author: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
comment:8
On a first glance this looks good. Thanks! Could you please also add documentation for these tox commands / switches. Also I was wondering if one could add a |
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:12
Replying to @tobiasdiez:
Done
I have instead added more |
comment:13
Replying to @mkoeppe:
Thanks! Would it also make sense to add one to skip I'll review this once #30944 is merged in develop. |
comment:14
Replying to @tobiasdiez:
You can just pass a make target that does nothing - such as |
comment:15
I think there is a "esac" missing at the end of these two lines:
|
comment:16
Replying to @mkoeppe:
|
comment:17
Ah, of course. Make that |
comment:18
That worked, thanks! Apart from the missing "esac" mentioned above, this looks good to me. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:21
Is the prefix Otherwise the changes look good to me. |
comment:22
Replying to @tobiasdiez:
It's a typical shell prompt on posix systems. The second |
comment:23
Thanks, then it looks good to me! |
comment:24
Thanks! |
Reviewer: Tobias Diez |
(from #31064)
We add the following to the
local-...
environments:This can save time and also give developers more control for experiments with system packages.
Depends on #30944
CC: @tobiasdiez @kliem @dimpase
Component: porting
Author: Matthias Koeppe
Branch/Commit:
2d84b5a
Reviewer: Tobias Diez
Issue created by migration from https://trac.sagemath.org/ticket/31216
The text was updated successfully, but these errors were encountered: