exasol / bucketfs-python

BucketFS utilities for the Python programming language
https://exasol.github.io/bucketfs-python
MIT License
1 stars 1 forks source link

Add proper Python dependencies for pytest-itde #153

Open ckunki opened 1 month ago

ckunki commented 1 month ago

Currently, BFSP downloads ITDE from Github, main branch in Gihub workflows ci-cd.yml, ci.yml, pr-merge.yml.

- name: Checkout ITDE
  run: git clone https://github.com/exasol/integration-test-docker-environment.git
  working-directory: ..