Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
Also reintroduce python_version in [requires], trying to solve the issue
with the "randomly" changing Pipfile.lock depending on run time
environment during locking. We recently introduced the version in all
the packages/*/Pipfile files. So it looks like it is acceptable to have
the version here in addition.

Change-Id: I41bd7cf1287aa3d5151ad22d0738b77664065add
  • Loading branch information
LarsMichelsen committed Nov 17, 2023
1 parent 117951f commit 5a1f050
Show file tree
Hide file tree
Showing 3 changed files with 816 additions and 29 deletions.
4 changes: 1 addition & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,4 @@ typing-extensions = "*"
xmltodict = "==0.13.0" # used for parsing robotmk test results

[requires]
# As pipenv {sync,lock} does currently not support env variable expansion in and out Pipfile.lock,
# we do not require a python_version here and defines.make is our single point of truth.
# the PYTHON_VERSION will be injected during pipenv calls in Makefile.
python_version = "3.11"
Loading

0 comments on commit 5a1f050

Please sign in to comment.