We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdf1a3 commit 7c0b120Copy full SHA for 7c0b120
entrypoint.sh
@@ -6,7 +6,8 @@ export PATH="~/.pyenv/bin:$PATH"
6
eval "$(pyenv init -)"
7
pyenv install 3.7.8
8
pyenv local 3.7.8
9
-curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
+curl -sSL https://install.python-poetry.org | python
10
+export PATH="/root/.local/bin:$PATH"
11
source ~/.poetry/env
12
sleep 15
13
poetry install -E docker
pyproject.toml
@@ -16,7 +16,7 @@
16
17
[tool.poetry]
18
name = "pytest-splunk-addon"
19
-version = "4.0.0-beta.4"
+version = "3.0.8"
20
description = "A Dynamic test tool for Splunk Apps and Add-ons"
21
authors = ["Splunk <[email protected]>"]
22
license = "APACHE-2.0"
0 commit comments