Skip to content

Commit

Permalink
upper contraints for yoga
Browse files Browse the repository at this point in the history
  • Loading branch information
AnishReddyRavula committed Jan 31, 2024
1 parent 6c91b52 commit f67e705
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Unit Tests](https://github.com/ChameleonCloud/doni/actions/workflows/test.yml/badge.svg?branch=chameleoncloud%2Fxena&event=push)](https://github.com/ChameleonCloud/doni/actions/workflows/test.yml)
[![Unit Tests](https://github.com/ChameleonCloud/doni/actions/workflows/test.yml/badge.svg?branch=chameleoncloud%yoga&event=push)](https://github.com/ChameleonCloud/doni/actions/workflows/test.yml)


# doni
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ version = "4.0.0"
# exclude = ["doni/tests"]

# All dependencies should be at minimum the value of the upper constraint
# for the targeted OpenStack release. These values are for the Xena cycle:
# https://github.com/openstack/requirements/blob/stable/xena/upper-constraints.txt
# for the targeted OpenStack release. These values are for the yoga cycle:
# https://github.com/openstack/requirements/blob/stable/yoga/upper-constraints.txt
dependencies = [
"Flask",
"importlib-metadata",
Expand All @@ -34,7 +34,7 @@ dependencies = [
"futurist",
"oslo.rootwrap",
"balena-sdk ~= 12.0",
"kubernetes ~=18.20.0",
"kubernetes ~=22.6.0",
"twisted ~=22.0,<22.8" # twisted greater than 22.4 requires pyOpenSSL > 21
]

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ setenv = VIRTUAL_ENV={envdir}


deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
.[balena,dev]
commands =
pytest {posargs}
Expand Down Expand Up @@ -48,7 +48,7 @@ deps =
black
isort
hacking
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/xena}
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/yoga}
commands =
flake8 {posargs} doni
isort --check-only --diff doni
Expand Down

0 comments on commit f67e705

Please sign in to comment.