refactor: Several testing SDK improvements such as:

fix db reset, use latest wheel, print trace in case of failure and add logic to pull stateless contracts
This commit is contained in:
Florian Pellissier
2024-07-25 15:02:57 +02:00
parent 1ce64123b9
commit ec435d6094
6 changed files with 59 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ WORKDIR /app
# Add current directory code to /app in container
ADD . /app/testing
RUN chmod +x /app/testing/tycho-indexer
RUN chmod +x /app/testing/tycho-indexer-linux-x64
# Create a new conda environment and install pip
RUN conda create -n myenv pip python=3.9