Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
remove explicit deps and add pytest ini
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Charriere <[email protected]>
  • Loading branch information
mcharriere committed Nov 15, 2023
1 parent 811dc44 commit fc0b2e2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .ats/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
app-tests-skip-app-deploy: true

smoke-tests-cluster-config-file: tests/kind_config.yaml
smoke-tests-cluster-config-file: tests/cluster.yaml
smoke-tests-cluster-type: kind

skip-steps: [functional, upgrade]
11 changes: 3 additions & 8 deletions tests/ats/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@ name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[packages]
pytest-helm-charts = ">=1.1.2"
pytest = "~=7.4.2"
pykube-ng = "~=23.6.0"
pyyaml = "~=6.0"
pytest-rerunfailures = ">=10.2"
requests = "~=2.31.0"

[requires]
python_version = "3.9"

[packages]
pytest-helm-charts = ">=1.1.2"

[pipenv]
allow_prereleases = true
15 changes: 1 addition & 14 deletions tests/ats/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions tests/ats/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[pytest]
markers =
smoke
functional
upgrade
File renamed without changes.

0 comments on commit fc0b2e2

Please sign in to comment.