Skip to content

Commit

Permalink
Merge pull request Uninett#159 from Uninett/fix-packaging
Browse files Browse the repository at this point in the history
Improve packaging/testing
  • Loading branch information
lunkwill42 authored Jan 25, 2024
2 parents fc580af + 600c8cd commit 96ca7a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dev = [
"isort",
"pre-commit",
"pytest",
"pytest-asyncio",
"pytest-asyncio<0.22.0",
"retry",
"ruff",
"snmpsim",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python =
[testenv]
deps =
pytest
pytest-asyncio
pytest-asyncio<0.22.0
pytest-cov
snmpsim
pyasn1<0.5.0
Expand Down

0 comments on commit 96ca7a2

Please sign in to comment.