Skip to content

Commit

Permalink
Fix example of unresolvable version conflict.
Browse files Browse the repository at this point in the history
With the current PLONE_BACKEND_PATCH_VERSION the example actually contained no version conflict. :-)
  • Loading branch information
mauritsvanrees committed Dec 20, 2024
1 parent 3ba134a commit 27367ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conceptual-guides/package-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ If you want to check out a Plone core package for development, or want to overri

```text
# constraints.txt with unresolvable version conflict
-c https://dist.plone.org/release/{PLONE_BACKEND_PATCH_VERSION}/constraints.txt
plone.api>=2.0.0a3
-c https://dist.plone.org/release/6.0.9/constraints.txt
plone.api>=2.1.0
```

Unfortunately `pip` does not allow overriding constraints this way.
Unfortunately `pip` does not allow overriding constraints this way.
{term}`mxdev` solves this issue.


Expand Down

0 comments on commit 27367ac

Please sign in to comment.