Jarek Potiuk

Results 1573 comments of Jarek Potiuk

See https://github.com/apache/airflow/pull/41548 - where we just removed such exclusion for Papermill for Python 3.12

I've added "all-versions" tag to the PR of yours - to make sure it's tested on all versions - so once you exclude python versions you should be able to...

You should also add a note at the top of changelog (see comment at the top of changelog) and bump the version to the new major release in the provider.yaml.

> We also have spurious failures where one of the tests in "Lowest direct dependency resolution tests" and one in "Kubernetes tests" will fail, but it looks like a different...

> I checked the repo and none of the released providers exclude Python 3.8, I figure maybe this problem hasn't come up yet. Yes. As I wrote in the #41718...

There is one more issue - when package is excluded fromcertai version , the 'lowest deendencies' test goes wild - it tests all other packages then. This should be fixed...

I added a fixup that is supposed to skip cloundant tests for 3.8, 3.9, 3.12 @topherinternational

Almost there. For some strange reason apache.beam "downgrade" does not work quite consistently and hangs for Python 3.12. Need to take a look

I guess we will also have to exclude Python 3.12 version - until apache.beam fixes the conflicts.

Hmm. The problem is this for apache.beam ``` --verbosity=0 --strict-markers --durations=100 --maxfail=50 --color=yes --junitxml=/files/test_result-providers_apache_beam-postgres.xml --timeouts-order moi --setup-timeout=60 --execution-timeout=60 --teardown-timeout=60 --disable-warnings -rfEX --ignore=tests/system --ignore=tests/integration --warning-output-path=/files/warnings-providers_apache_beam-postgres.txt --ignore=helm_tests --with-db-init --ignore=tests/providers/apache/beam --ignore=tests/system/providers/apache/beam --ignore=tests/integration/providers/apache/beam --no-cov...