New issue 433: web site referencing the no longer used github mirror
https://bitbucket.org/hpk42/pytest/issue/433/web-site-referencing-the-no-longer-used
Jurko Gospodnetić:
[pytest web site](http://pytest.org/latest/) references the no longer used
project github mirror in its left sidebar under
2 new commits in pytest:
https://bitbucket.org/hpk42/pytest/commits/dc0ad367060c/
Changeset: dc0ad367060c
Branch: remove_github_references
User:jurko
Date:2014-01-25 09:11:55
Summary: remove references to the no longer used github mirror
Affected #: 1 file
diff -r 552a
New issue 434: Standalone test script should allow custom interpreter in shebang
https://bitbucket.org/hpk42/pytest/issue/434/standalone-test-script-should-allow-custom
Nikolaus Rath:
It seems that standalone tests scripts always get a "python" shebang:
```
$ py.test-3.3 --version
This is py.tes