ionelmc / tox-wheel

A Tox plugin that builds and installs wheels instead of sdist. Note that this plugin is obsolte as tox 4.0 already has wheel support.
BSD 2-Clause "Simplified" License
23 stars 9 forks source link

Can't run skip_missing_interpreters #8

Open henryborchers opened 4 years ago

henryborchers commented 4 years ago

--skip_missing_interpreters option seems to not work and completely missing from --help when I install tox-wheel

ionelmc commented 4 years ago

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)