Skip to content

Commit

Permalink
Merge branch 'main' of github.com:splunk/pytest-splunk-addon into INF…
Browse files Browse the repository at this point in the history
…RA-33165-suppress-internal-error-not-related-to-TA
  • Loading branch information
harshilgajera-crest committed Jul 14, 2021
2 parents 70b52aa + 4a394a5 commit 1297662
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ Note2: Appinspect requires libmagic verify this has been installed correctly eac
$ source .venv/bin/activate
$ pip3 install -r requirements_dev.txt
$ cd pytest-splunk-addon
$ pip3 install -r requirements.txt
$ pip3 install https://download.splunk.com/misc/appinspect/splunk-appinspect-latest.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion deps/build/addonfactory_test_matrix_splunk
18 changes: 14 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ splunk-sdk = "^1.6"
requests = "^2"
splunk_appinspect = "^2"
jsonschema = "^3.2"
faker = ">=4.1,<7.0"
faker = ">=4.1,<9.0"
pytest-xdist = "*"
filelock = "^3.0"
pytest-ordering = "*"
Expand Down

0 comments on commit 1297662

Please sign in to comment.