Skip to content

Commit

Permalink
Ignore some tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Sep 25, 2024
1 parent ef14ebb commit 8c3aa08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist = py{310,312}, black, prospector, bandit

[testenv]
ignore_outcome = true
description = This is a live test against the API edrisobaric
deps =
-r{toxinidir}/requirements.txt
Expand Down Expand Up @@ -29,6 +30,7 @@ deps =
commands = black --check {toxinidir}/sedr

[testenv:mypy]
ignore_outcome = true
description = WIP. Check typing
deps =
-r{toxinidir}/requirements.txt
Expand Down

0 comments on commit 8c3aa08

Please sign in to comment.