Skip to content

Commit

Permalink
🔥 Remove redundant wheel_pep517 option
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoZosa committed Sep 11, 2021
1 parent 29248b2 commit 2a06680
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions {{cookiecutter.project_slug}}/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ envlist =

[base_configs]
wheel = true
wheel_pep517 = true
parallel_show_output = true

{%- if cookiecutter.jupyter_notebook_project != 'yes' %}
Expand All @@ -55,7 +54,6 @@ commands = coverage run -m pytest \
-n={env:PYTEST_XDIST_PROC_NR:auto} \
{posargs:tests}
wheel = {[base_configs]wheel}
wheel_pep517 = {[base_configs]wheel_pep517}
parallel_show_output = {[base_configs]parallel_show_output}

[testenv:py3{7,8,9}-benchmark]
Expand Down Expand Up @@ -83,7 +81,6 @@ commands =
--benchmark-verbose \
{posargs:tests}'
wheel = {[testenv]wheel}
wheel_pep517 = {[testenv]wheel_pep517}
parallel_show_output = {[testenv]parallel_show_output}

[testenv:mutmut]
Expand Down Expand Up @@ -136,7 +133,6 @@ commands =
{env:JUNIT_HTML_REPORT_OUTPUT_PATH} \
\033[0m"'
wheel = {[testenv]wheel}
wheel_pep517 = {[testenv]wheel_pep517}

[testenv:coverage]
description = [Run locally after tests]: Combine coverage data and create reports;
Expand Down Expand Up @@ -188,7 +184,6 @@ commands =
depends =
py3{7,8,9}
wheel = {[base_configs]wheel}
wheel_pep517 = {[base_configs]wheel_pep517}
parallel_show_output = {[base_configs]parallel_show_output}
{%- endif %}

Expand Down

0 comments on commit 2a06680

Please sign in to comment.