Skip to content

Commit

Permalink
Fix a test case for the pip-compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
yasufumy committed Feb 19, 2024
1 parent ad05245 commit 346bae0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions crates/uv/tests/pip_compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,16 @@ optional-dependencies.foo = [
----- stdout -----
----- stderr -----
warning: PyProject file [build-system]
requires = ["setuptools", "wheel"]
[project]
name = "project"
dependencies = []
optional-dependencies.foo = [
"django==5.0b1",
]
does not contain any dependencies (hint: Poetry's format is not supported for now)
error: Requested extra not found: bar
"###
);
Expand Down

0 comments on commit 346bae0

Please sign in to comment.