You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tox --installpkg dist/something.tgz raises an attributeerror:
#!python
Traceback (most recent call last):
File "/Users/mvantellingen/virtualenvs/something/bin/tox", line 9, in <module>
load_entry_point('tox==1.8.0', 'console_scripts', 'tox')()
File "/Users/mvantellingen/virtualenvs/something/lib/python2.7/site-packages/tox/_cmdline.py", line 26, in main
retcode = Session(config).runcommand()
File "/Users/mvantellingen/virtualenvs/something/lib/python2.7/site-packages/tox/_cmdline.py", line 310, in runcommand
return self.subcommand_test()
File "/Users/mvantellingen/virtualenvs/something/lib/python2.7/site-packages/tox/_cmdline.py", line 454, in subcommand_test
self.installpkg(venv, sdist_path)
File "/Users/mvantellingen/virtualenvs/something/lib/python2.7/site-packages/tox/_cmdline.py", line 397, in installpkg
self.resultlog.set_header(installpkg=sdist_path)
File "/Users/mvantellingen/virtualenvs/something/lib/python2.7/site-packages/tox/result.py", line 21, in set_header
md5=installpkg.computehash("md5"),
AttributeError: 'str' object has no attribute 'computehash'
The text was updated successfully, but these errors were encountered:
tox --installpkg dist/something.tgz raises an attributeerror:
The text was updated successfully, but these errors were encountered: