Skip to content
Advertisement

Tag: circleci

Libraries cannot be found on Dataflow/Apache-beam job launched from CircleCI

I am having serious issues running a python Apache Beam pipeline using a GCP Dataflow runner, launched from CircleCI. I would really appreciate if someone could give any hint on how to tackle this, I’ve tried it all but nothing seems to work. Basically, I’m running this python Apache Beam pipeline which runs in Dataflow and uses google-api-python-client-1.12.3. If I

PyTest deprecation: ‘junit_family default value will change to ‘xunit2’

I’m getting deprecation warning from my pipelines at circleci. Message. Command How should I modify command to use xunit? Is it possible to a default tool, as it is mentioned in the message? I mean without specyfing xunit or junit. Here’s full pipeline. Answer Run your command in this ways. with xunit2 python -m pytest -o junit_family=xunit2 –junitxml=test-reports/junit.xml with xunit1

Advertisement