Testing with Nix | 103 Members | |
| 26 Servers |
| Sender | Message | Time |
|---|---|---|
| 22 Mar 2024 | ||
| you are better off running multiple VMs | 18:26:28 | |
| or multiple containers inside the same VM | 18:26:31 | |
| and proxying them in the test | 18:26:34 | |
| thank you! | 18:28:33 | |
| Where do I find the minio test? I thought it would be in the same module with the package? | 18:29:43 | |
| nixos/tests/minio.nix | 18:29:51 | |
| 25 Mar 2024 | ||
| 23:23:22 | ||
| Which channel/room would be appropriate to ask a support question? Running into a python dependency error with awscli2 package. | 23:24:23 | |
| running nix-shell --packages awscli2 | 23:25:47 | |
| ... checking for --with-download-deps... Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/build/source/./backends/build_system/main.py", line 125, in <module> main() File "/build/source/./backends/build_system/main.py", line 121, in main parsed_args.func(parsed_args) File "/build/source/./backends/build_system/main.py", line 49, in validate validate_env(parsed_args.artifact) File "/build/source/./backends/build_system/validate_env.py", line 36, in validate_env unmet_deps = _get_unmet_dependencies(requirements) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 23:26:19 | |
| Same error on mac and linux. | 23:26:38 | |
| 26 Mar 2024 | ||
In reply to @brunzefb:matrix.orgThe package is broken | 00:16:50 | |
In reply to @brunzefb:matrix.org* The package is broken, unfortunately. | 00:17:05 | |
| * The package is broken, unfortunately. But you should be able to use an older version. | 00:20:00 | |
Thanks -- got it to work withnix-shell -p awscli2 -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/976fa3369d722e76f37c77493d99829540d43845.tar.gz | 02:08:22 | |