Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load registry schemas if type match #3450

Merged
merged 4 commits into from
Jul 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Cleanup tox testing
  • Loading branch information
kddejong committed Jul 1, 2024
commit 926486fdc1c87b5ab14cb07b2b8bbe415edb18c9
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ isolated_build = true
[testenv]
skip_install = True
commands =
pip install -e .
pip install -e .[sarif]
pip install -e .[junit]
pip install -e .[full]
coverage run -m pytest {posargs:test}
coverage xml
deps =
Expand Down
Loading