Skip to content

Requirements.txt#51

Open
dschwoerer wants to merge 4 commits into
mainfrom
requirements.txt
Open

Requirements.txt#51
dschwoerer wants to merge 4 commits into
mainfrom
requirements.txt

Conversation

@dschwoerer
Copy link
Copy Markdown
Collaborator

@ZedThree We still need a workaround for pytest and pytest-xdist, as they are not yet in next.

@dschwoerer dschwoerer requested a review from ZedThree May 7, 2026 07:08
Comment thread ci-fedora/Dockerfile
Comment on lines +8 to +10
wget https://github.com/boutproject/BOUT-dev/raw/refs/heads/next/requirements.txt && \
time dnf5 -y install $(for f in $(grep -o '^[^=><]*' requirements.txt | tr '[:upper:]' '[:lower:]' ) ; do echo "python3dist($f)" ; done) && \
rm requirements.txt && \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to use uv and pyproject.toml for the python dependencies, so we have a single source of truth with fixed versions, but if this works, I guess it's fine just for Fedora

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants