diff --git a/generated/.gitlab-ci.yml b/generated/.gitlab-ci.yml deleted file mode 100644 index 4bd9b626..00000000 --- a/generated/.gitlab-ci.yml +++ /dev/null @@ -1,31 +0,0 @@ -# ref: https://docs.gitlab.com/ee/ci/README.html - -stages: - - test - -.tests: - stage: test - script: - - pip install -r requirements.txt - - pip install -r test-requirements.txt - - pytest --cov=groundlight_openapi_client - -test-3.9: - extends: .tests - image: python:3.9-alpine - -test-3.10: - extends: .tests - image: python:3.10-alpine - -test-3.11: - extends: .tests - image: python:3.11-alpine - -test-3.12: - extends: .tests - image: python:3.12-alpine - -test-3.13: - extends: .tests - image: python:3.13-alpine \ No newline at end of file diff --git a/generated/.openapi-generator-ignore b/generated/.openapi-generator-ignore index 7484ee59..a771eb01 100644 --- a/generated/.openapi-generator-ignore +++ b/generated/.openapi-generator-ignore @@ -21,3 +21,6 @@ #docs/*.md # Then explicitly reverse the ignore rule for a single file: #!docs/README.md + +.gitlab-ci.yml +.travis.yml \ No newline at end of file diff --git a/generated/.openapi-generator/FILES b/generated/.openapi-generator/FILES index ce04afc7..118b1583 100644 --- a/generated/.openapi-generator/FILES +++ b/generated/.openapi-generator/FILES @@ -1,6 +1,4 @@ .gitignore -.gitlab-ci.yml -.travis.yml README.md docs/Action.md docs/ActionList.md diff --git a/generated/.travis.yml b/generated/.travis.yml deleted file mode 100644 index 346a348b..00000000 --- a/generated/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -# ref: https://docs.travis-ci.com/user/languages/python -language: python -python: - - "3.9" - - "3.10" - - "3.11" - - "3.12" - - "3.13" -# command to install dependencies -install: - - "pip install -r requirements.txt" - - "pip install -r test-requirements.txt" -# command to run tests -script: pytest --cov=groundlight_openapi_client diff --git a/generated/model.py b/generated/model.py index 3fed7b1c..a6de6439 100644 --- a/generated/model.py +++ b/generated/model.py @@ -1,6 +1,6 @@ # generated by datamodel-codegen: # filename: public-api.yaml -# timestamp: 2024-11-21T00:58:02+00:00 +# timestamp: 2024-12-05T21:27:07+00:00 from __future__ import annotations