hashar created this task.
hashar added projects: Continuous-Integration-Config, Release-Engineering-Team 
(Priority Backlog 📥), Pywikibot, Upstream.
Restricted Application added a subscriber: pywikibot-bugs-list.

TASK DESCRIPTION
  When skipping the package installation with `skipsdist=true` it is then 
impossible to install it in editable mode in a testenv. Given:
  
  name=tox.ini
    [tox]
    skipsdist = true
    
    [testenv:py3]
    use_develop = true
  
  With tox v4:
  
    $ tox -e py3 --showconf|grep use_develop
    # !!! unused: use_develop
  
  With tox v3 that does not work either:
  
    $ tox -e py3 --showconf|grep develop
    usedevelop = False
  
  But works when dropping the underscore (`usedevelop = true`):
  
  name=tox.ini
    [tox]
    skipsdist = true
    
    [testenv:py3]
    usedevelop = true
  
    $ tox -e py3 --showconf|grep develop
    usedevelop = True
  
  This affects the migration of #pywikibot 
<https://phabricator.wikimedia.org/tag/pywikibot/> to tox v4.
  
  I believe #upstream <https://phabricator.wikimedia.org/tag/upstream/> issue 
is tox4: The usedevelop ineffective with skipsdist / editable package not 
present in virtual environment #2730 
<https://github.com/tox-dev/tox/issues/2730>.

TASK DETAIL
  https://phabricator.wikimedia.org/T346238

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: hashar
Cc: pywikibot-bugs-list, Aklapper, hashar, TheReadOnly, PotsdamLamb, Jyoo1011, 
JohnsonLee01, SHEKH, Peteosx1x, Dijkstra, Khutuck, Mgagat, Totolinototo3, 
Zkhalido, Zanziii, Sadisticturd, Viztor, NebulousIris, Wenyi, Tbscho, MayS, 
Mdupont, JJMC89, Dvorapa, Altostratus, Avicennasis, Liudvikas, thcipriani, 
mys_721tx, Xqt, jayvdb, Masti, Alchimista, Krenair
_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to