Skip to content

Commit

Permalink
update sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb committed Apr 9, 2024
1 parent 0c9fc20 commit 6595667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
pipenv install --dev --ignore-pipfile --python ${{ matrix.python-version }}
- name: Run sanity tests
run: pipenv run tox -e sanity
run: pipenv run tox -e sanity -- nise

- name: Run unit tests
run: pipenv run coverage run -m unittest discover ./tests/ -v
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ commands =
coverage report --show-missing

[testenv:sanity]
allowlist_externals = {basepython}
setenv =
PYTHONPATH={toxinidir}
usedevelop = True
deps =
commands = {basepython} {toxinidir}/tests/sanity/import/importer.py {posargs}
commands = python {toxinidir}/tests/sanity/import/importer.py {posargs}

0 comments on commit 6595667

Please sign in to comment.