Skip to content

Commit

Permalink
Merge branch 'master' of github.com:buffer/thug
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Jan 12, 2024
2 parents add0e3a + 513fc40 commit 5932911
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ dependencies = [
"requests-futures==1.0.1",
"setuptools>=65.5.1",
"ssdeep==3.4",
"stpyv8==12.0.267.16",
"yara-python==4.3.1",
"zope.interface==6.1",

Expand Down
23 changes: 0 additions & 23 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ python =
3.11: py311
3.12: py312

[stpyv8]
version =
12.0.267.14

[testenv]
passenv =
TOXENV
Expand All @@ -33,26 +29,7 @@ commands_pre =
pip install .
pip install .[test]
commands =
wget https://github.com/cloudflare/stpyv8/releases/download/v{[stpyv8]version}/{env:STPYV8_WHEEL}
pip install {env:STPYV8_WHEEL}
commands_post =
thug --version
pytest --cov-report xml
safety check -i 54096 -i 62634 -i 62635 -i 62636
pre-commit run --all-files

[testenv:py39]
setenv =
STPYV8_WHEEL = stpyv8-{[stpyv8]version}-cp39-cp39-manylinux_2_31_x86_64.whl

[testenv:py310]
setenv =
STPYV8_WHEEL = stpyv8-{[stpyv8]version}-cp310-cp310-manylinux_2_31_x86_64.whl

[testenv:py311]
setenv =
STPYV8_WHEEL = stpyv8-{[stpyv8]version}-cp311-cp311-manylinux_2_31_x86_64.whl

[testenv:py312]
setenv =
STPYV8_WHEEL = stpyv8-{[stpyv8]version}-cp312-cp312-manylinux_2_31_x86_64.whl

0 comments on commit 5932911

Please sign in to comment.