-
Hello,
Thank you for the project!
I have a feature request:
I'd like to be able to pass additional coverage related flags when running tests.
In particular, I'd like `--cov [package]`, `--co…
m-rph updated
3 weeks ago
-
re-raising https://github.com/astral-sh/rye/issues/944 here now that uv has many of rye's features:
tools like [pyprojectx](https://pyprojectx.github.io/) and [gradle](https://docs.gradle.org/curre…
-
### Steps to Reproduce
1. Run rye-x86_64-windows.exe offline
### Expected Result
1. Expected all dependencies/toolchains to be bundled and installed without internet
3. Additionally, expecte…
-
## Problem
Rye has a one major disadvantage right now - rye is installing python versions without `libpython.so` which leads to many problems with using python from other languages.
For example, t…
-
Hi Luke,
Thanks for creating this course, really nice to learn pyo3 concepts like this.
I've unfortunately run into an error when compiling the first maturin exercise `01_setup` with the `wr` comman…
-
### Steps to Reproduce
1. Ensure there's `.bash_profile` or `.bash_login` (Bash) or `.zprofile` (Zsh)
1. `curl -sSf https://rye.astral.sh/get | bash`
2. `Should the installer add Rye to {} via .p…
-
I would like to suggest the following changes in the run_command method in box.rb.
The purpose of that is to always get a coherent output of the command run, in any circonstances, specially when conne…
-
### Steps to Reproduce
In a project that requires a lower Python version than the system Python (or `self-python`), `rye sync` will fail with unsatisfiable requirements.
```sh
❯ rye sync
Reusi…
-
I wanted to add ssh-keygen to the list of whitelisted commands.
```
Rye::Cmd.add_command :ssh_keygen, "/usr/bin/ssh-keygen"
```
But received the following error:
```
irb(main):004:0> Rye::Cmd.add_c…
-
### Steps to Reproduce
This will fail when _use-uv = true_:
```bash
rye init new-project
cd new-project
rye add django-allauth
```
This will work:
```
md new-project
cd new-project
uv…