New issue 240: Empty "{posargs:foo}" gets replaced by "."
https://bitbucket.org/hpk42/tox/issue/240/empty-posargs-foo-gets-replaced-by
Daniel Hahler:
Given the following tox.ini:
```
#!ini
[tox]
skipsdist = true
[testenv]
commands = echo {posargs:foo}
whitelist_externals = echo
```
Just using `
New issue 241: Pypi server with auth
https://bitbucket.org/hpk42/tox/issue/241/pypi-server-with-auth
adrianmoisey:
I'm trying to set another Pypi server in tox, but this server requires auth. I
can't seem to find a way to get tox to use auth. If I include the
username/password in the URL it doe
1 new commit in pytest:
https://bitbucket.org/pytest-dev/pytest/commits/a2dfd7c1fb40/
Changeset: a2dfd7c1fb40
User:hpk42
Date:2015-04-28 09:52:53+00:00
Summary: Merged in hpk42/pytest-patches/plugtestfix (pull request #283)
make test suite more tolerable against xdist causin
2 new commits in pytest:
https://bitbucket.org/pytest-dev/pytest/commits/156f6edf7067/
Changeset: 156f6edf7067
Branch: plugtestfix
User:hpk42
Date:2015-04-27 13:06:47+00:00
Summary: make test suite more tolerable against xdist causing warnings
itself (which it does
curr
Build Failed
Build : https://drone.io/bitbucket.org/pytest-dev/pytest/99
Project: https://drone.io/bitbucket.org/pytest-dev/pytest
Repository : https://bitbucket.org/pytest-dev/pytest
Version: 4208:a2dfd7c1fb40
Author : holger krekel
Branch : default
Message:
Merged in hpk4
Build Failed
Build : https://drone.io/bitbucket.org/pytest-dev/pytest/100
Project: https://drone.io/bitbucket.org/pytest-dev/pytest
Repository : https://bitbucket.org/pytest-dev/pytest
Version: 4208:a2dfd7c1fb40
Author : holger krekel
Branch : default
Message:
Merged in hpk
1 new commit in tox:
https://bitbucket.org/hpk42/tox/commits/d75d1f353d0a/
Changeset: d75d1f353d0a
User:blueyed
Date:2015-04-28 07:34:20+00:00
Summary: getcommandpath: mention whitelist_externals option with warning
Affected #: 1 file
diff -r 9383b904df1808de2e546000e49f823
2 new commits in tox:
https://bitbucket.org/hpk42/tox/commits/790d8f87af00/
Changeset: 790d8f87af00
User:hpk42
Date:2015-04-28 10:20:07+00:00
Summary: fix issue240: allow to specify empty argument list without it being
rewritten to ".". Thanks Daniel Hahler.
Affected #: 3 f