Skip to content

Commit 92b2d57

Browse files
test: update python-uv-sync-groups lock file with complete dependencies
Copy the complete uv.lock file from python-uv-sync test to python-uv-sync-groups test. This ensures the groups test has all necessary dependencies (charset-normalizer, idna, urllib3) for a complete and realistic test scenario. Co-authored-by: Domen Kožar <[email protected]>
1 parent a5e538e commit 92b2d57

File tree

4 files changed

+3
-85
lines changed

4 files changed

+3
-85
lines changed
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
{ pkgs, config, inputs, ... }:
2-
let
3-
pkgs-unstable = import inputs.nixpkgs-unstable { system = pkgs.stdenv.system; };
4-
in
5-
{
1+
{ pkgs, config, inputs, ... }: {
62
languages.python = {
73
enable = true;
8-
directory = "./directory";
94
venv.enable = true;
105
uv = {
116
enable = true;
12-
package = pkgs-unstable.uv;
137
sync = {
148
enable = true;
159
groups = [ "test" "docs" ];
1610
};
1711
};
1812
};
19-
}
13+
}

tests/python-uv-sync-groups/devenv.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/python-uv-sync-groups/directory/uv.lock

Lines changed: 0 additions & 71 deletions
This file was deleted.

tests/python-uv-sync-groups/directory/pyproject.toml renamed to tests/python-uv-sync-groups/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies = ["requests"]
1111

1212
[dependency-groups]
1313
test = ["pytest", "pytest-cov"]
14-
docs = ["sphinx", "sphinx-rtd-theme"]
14+
docs = ["sphinx", "sphinx-rtd-theme"]

0 commit comments

Comments
 (0)