Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
# (see https://github.com/fedora-python/tox-github-action/issues/8)
# Generate it by: tox -l | sed "s/^/- /"
- py36-tox3
- py37-tox3
- py37-tox4
- py38-tox3
- py38-tox4
- py39-tox3
Expand Down
4 changes: 0 additions & 4 deletions src/tox_current_env/hooks4.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ def tox_add_core_config(core_conf, state):
opt.default_runner = "print-env"
return

# No options used - switch back to the standard runner
# Workaround for: https://github.com/tox-dev/tox/issues/2264
opt.default_runner = "virtualenv"


@impl
def tox_add_env_config(env_conf, state):
Expand Down