Skip to content

Commit

Permalink
attempting to resolve test dependendcies problems
Browse files Browse the repository at this point in the history
  • Loading branch information
MGS-sails committed Aug 13, 2024
1 parent 5a1c2eb commit 8f3022e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ python_files = "tests/*.py"

[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py39
[testenv]
deps = .[tests]
commands = pytest
[flake8]
exclude =
.git,
Expand Down

0 comments on commit 8f3022e

Please sign in to comment.