Skip to content

Commit 7c0b120

Browse files
fix: change version in pyproject.toml (#687)
* fix: change version in pyproject.toml * chore: update poetry install script * Update entrypoint.sh Co-authored-by: Artem Rys <[email protected]> * chore: add Poetry to PATH Co-authored-by: Artem Rys <[email protected]>
1 parent 1cdf1a3 commit 7c0b120

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export PATH="~/.pyenv/bin:$PATH"
66
eval "$(pyenv init -)"
77
pyenv install 3.7.8
88
pyenv local 3.7.8
9-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
9+
curl -sSL https://install.python-poetry.org | python
10+
export PATH="/root/.local/bin:$PATH"
1011
source ~/.poetry/env
1112
sleep 15
1213
poetry install -E docker

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "pytest-splunk-addon"
19-
version = "4.0.0-beta.4"
19+
version = "3.0.8"
2020
description = "A Dynamic test tool for Splunk Apps and Add-ons"
2121
authors = ["Splunk <[email protected]>"]
2222
license = "APACHE-2.0"

0 commit comments

Comments
 (0)