Skip to content

Conversation

razvan
Copy link
Member

@razvan razvan commented Feb 10, 2025

Description

Needed for: stackabletech/airflow-operator#573

Python 3.9:

❯ docker run --rm --entrypoint bash -ti -v $PWD:/app -w /app python:3.9
root@edd3f3d06c54:/app# pip install poetry \
&& poetry install \
&& poetry run pytest
...
Installing the current project: opa-auth-manager (0.1.0)
platform linux -- Python 3.9.21, pytest-8.3.4, pluggy-1.5.0
rootdir: /app
configfile: pyproject.toml
plugins: anyio-4.8.0
collected 19 items
                                                                                                                                                                                                                                                               
tests/test_opa_fab_auth_manager.py ...................[100%]

Python 3.12:

❯ docker run --rm --entrypoint bash -ti -v $PWD:/app -w /app python:3.12
root@a06b8984f214:/app# pip install poetry \
> && poetry install \
> && poetry run pytest
...
Installing the current project: opa-auth-manager (0.1.0)
platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0
rootdir: /app
configfile: pyproject.toml
plugins: anyio-4.8.0
collected 19 items
                                                                                                                                                                                                                                                               
tests/test_opa_fab_auth_manager.py ...................[100%]

@razvan razvan self-assigned this Feb 10, 2025
@razvan razvan enabled auto-merge February 10, 2025 14:48
Copy link
Member

@siegfriedweber siegfriedweber left a comment

Choose a reason for hiding this comment

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

Thanks!

@razvan razvan added this pull request to the merge queue Feb 10, 2025
Merged via the queue into main with commit 4c69a8c Feb 10, 2025
3 checks passed
@razvan razvan deleted the fix/opa-airflow-python-3.9 branch February 10, 2025 16:26
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants