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

Remove shared black/lint/lint-incr envdir in tox.ini #9800

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Changes from all commits
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
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ commands =
stestr run {posargs}

[testenv:lint]
envdir = .tox/lint
basepython = python3
commands =
black --check {posargs} qiskit test tools examples setup.py
Expand All @@ -36,7 +35,6 @@ commands =
reno lint

[testenv:lint-incr]
envdir = .tox/lint
basepython = python3
allowlist_externals = git
commands =
Expand All @@ -50,7 +48,6 @@ commands =
reno lint

[testenv:black]
envdir = .tox/lint
commands = black {posargs} qiskit test tools examples setup.py

[testenv:coverage]
Expand Down