Skip to content

Commit

Permalink
Fix test package installation in tox test env
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Dec 11, 2024
1 parent 6759759 commit 44b86c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ ignore =
E203,
# black takes care of spaces after commas
E231,
# multiple statements on one line (def)
E704,

##
# Add extra configuration options in .meta.toml:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ callbacks = [
"fastapi",
]
test = [
"pytest-asyncio",
"pytest",
"requests-mock",
"tox",
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ python =
[testenv]
use_develop = true
skip_install = false
constrain_package_deps = true
deps =
tests/data/test_wallet_google_plugins
-e tests/data/test_wallet_google_plugins

commands =
pytest {posargs}
Expand Down

0 comments on commit 44b86c4

Please sign in to comment.