You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker and believe that this is not a duplicate.
Make sure you run commands with -v flag before pasting the output.
Steps to reproduce
❯ pdm init -n
...
❯ pdm add --dev pytest
Adding group dev to lockfile
Adding packages to dev dev-dependencies: pytest
🔒 Lock successful
Changes are written to pyproject.toml.
Synchronizing working set with lock file: 4 to add, 0 to update, 0 to remove
✔ Install iniconfig 2.0.0 successful
✔ Install pluggy 1.2.0 successful
✔ Install packaging 23.1 successful
✔ Install pytest 7.4.0 successful
❯ pdm install --dev
[PdmUsageError]: Requested groups not in lockfile: default
Actual behavior
See above
Expected behavior
pytest is installed into the virtualenv
Environment Information
# Paste the output of `pdm info && pdm info --env` below:
❯ pdm info && pdm info --env
PDM version:
2.7.4
Python Interpreter:
/private/tmp/foo/.venv/bin/python (3.11)
Project Root:
/private/tmp/foo
Local Packages:
{
"implementation_name": "cpython",
"implementation_version": "3.11.4",
"os_name": "posix",
"platform_machine": "arm64",
"platform_release": "22.5.0",
"platform_system": "Darwin",
"platform_version": "Darwin Kernel Version 22.5.0: Mon Apr 24 20:52:24 PDT 2023; root:xnu-8796.121.2~5/RELEASE_ARM64_T6000",
"python_full_version": "3.11.4",
"platform_python_implementation": "CPython",
"python_version": "3.11",
"sys_platform": "darwin"
}
The text was updated successfully, but these errors were encountered:
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Actual behavior
See above
Expected behavior
pytest is installed into the virtualenv
Environment Information
The text was updated successfully, but these errors were encountered: