We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--skip_missing_interpreters option seems to not work and completely missing from --help when I install tox-wheel
The text was updated successfully, but these errors were encountered:
Pretty sure your problem lies elsewhere. Just tried and can't reproduce:
> tox -e py38 -- tox --help | egrep '(wheel|missing)' GLOB sdist-make: /home/ionel/open-source/tox-wheel/setup.py py38 inst-nodeps: /home/ionel/open-source/tox-wheel/.tox/.tmp/package/1/tox-wheel-0.5.0.zip py38 installed: appdirs==1.4.4,attrs==20.2.0,coverage==5.3,distlib==0.3.1,filelock==3.0.12,iniconfig==1.0.1,packaging==20.4,pluggy==0.13.1,py==1.9.0,pyparsing==2.4.7,pytest==6.1.1,pytest-cov==2.10.1,pytest-travis-fold==1.3.0,six==1.15.0,toml==0.10.1,tox==3.9.0,tox-virtualenv-no-download==1.1.0,tox-wheel @ file:///home/ionel/open-source/tox-wheel/.tox/.tmp/package/1/tox-wheel-0.5.0.zip,virtualenv==20.0.33 usage: tox [--wheel] [--wheel-dirty] [--version] [-h] [--help-ini] [-v] [-q] [--showconfig] [-l] [-a] [-c CONFIGFILE] [-e envlist] [--notest] [--sdistonly] [-p VAL] [-o] --wheel Build wheel instead of sdist (default: False) --wheel-dirty Do not remove build directory (fast but dirty builds) (default: False) -s [val], --skip-missing-interpreters [val] don't fail tests for missing interpreters: {config,true,false} choice (default: config)
Sorry, something went wrong.
No branches or pull requests
--skip_missing_interpreters option seems to not work and completely missing from --help when I install tox-wheel
The text was updated successfully, but these errors were encountered: