Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pyproject.toml for everything and update test resources problem #732

Merged
merged 149 commits into from
Oct 30, 2024

Conversation

DaJansenGit
Copy link
Member

@DaJansenGit DaJansenGit commented Oct 11, 2024

This entails some bigger changes than the name of the branch might suggest:

  • solves problems with test resources in sciebo that make it hard to follow problems that occur when changes on the test resources are performed (changes in test resources in sciebo crash tests without pipeline trigger #721)
  • supported python versions are now 3.10 and 3.11
  • remove all remaining requirements.txt links and only use pyproject.toml
  • also use pyproject.toml for all docker images, thus completly new structure in the docker images
  • new pipeline structure for tests and building images.

closes #731
closes #721

@DaJansenGit DaJansenGit requested a review from Cudok October 11, 2024 10:55
due to three stages based upon each other
due to three stages based upon each other
@DaJansenGit DaJansenGit changed the title 731 bump python to 311 Use pyproject.toml for everything and update test resources problem Oct 28, 2024
@DaJansenGit DaJansenGit merged commit 4db8e16 into development Oct 30, 2024
1 check passed
@DaJansenGit DaJansenGit deleted the 731-bump-python-to-311 branch October 30, 2024 16:09
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.

bump Python to 3.11 changes in test resources in sciebo crash tests without pipeline trigger
2 participants