Skip to content

Commit

Permalink
Update tox
Browse files Browse the repository at this point in the history
  • Loading branch information
ozekik committed Sep 26, 2023
1 parent 630cced commit 9641f85
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 86 deletions.
136 changes: 53 additions & 83 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ repository = "https://github.com/ozekik/lightrdf"
python = "^3.8"

[tool.poetry.dev-dependencies]
tox = "^3.25.1"
tox = "^4.11.3"
maturin = "^1.2.3"
tox-gh-actions = "^2.9.1"
pytest = "^7.4.2"
black = {version = "^22.8.0", allow-prereleases = true}

Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[tox]
envlist = py38,py39,py310,py311
skip_missing_interpreters = true
isolated_build = true

[testenv]
allowlist_externals = maturin
Expand Down

0 comments on commit 9641f85

Please sign in to comment.