Skip to content

Commit

Permalink
Fixed tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando79513 committed Mar 18, 2024
1 parent 3f8ed0e commit 46cf81c
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions contrib/genio/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@ commands =
{envpython} -m pip -q install ../../checkbox-ng
# Required because this provider depends on checkbox-support parsers & scripts
{envpython} -m pip -q install ../../checkbox-support
rm -f /var/tmp/checkbox-providers-develop/checkbox-provider-resource.provider
rm -f /var/tmp/checkbox-providers-develop/checkbox-provider-base.provider
# Required because this provider depends on the resource and base providers
{envpython} ../../providers/resource/manage.py develop
{envpython} ../../providers/base/manage.py develop
{envpython} manage.py develop
{envpython} manage.py validate
{envpython} -m coverage run -m pytest
{envpython} -m coverage run -m manage.py test
{envpython} -m coverage report
{envpython} -m coverage xml

Expand Down Expand Up @@ -86,10 +81,4 @@ deps =
tqdm == 4.57.0
pyparsing == 2.4.7
distro == 1.7.0
PyYAML == 6.0.1

[pytest]
python_files = test_*.py
python_classes = !TestDmiMixin
pythonpath =
contrib/genio/bin
PyYAML == 6.0.1

0 comments on commit 46cf81c

Please sign in to comment.