<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/9885bbacf99cde27572447ae22cf9733523eea9e" style="text-decoration: none; font-weight: bold; color: #573;">.hgignore: Add .eggs/ and tarballcache/  Setuptools >= 7.0 and .eggs is created and populated with eggs if setup.py has setup_requires of packages that are n...</a></h1>
<div id="body">
Marc Abramowitz committed on 2015-04-08 17:15:05<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/9885bbacf99cde27572447ae22cf9733523eea9e">9885bbac</a><pre>.hgignore: Add .eggs/ and tarballcache/

Setuptools >= 7.0 and .eggs is created and populated with eggs if setup.py has
setup_requires of packages that are not installed and setuptools has to
download them to satisfy the requirements. See
<a href="https://bitbucket.org/pypa/setuptools/pull-request/97/cache-eggs-required-for-building-in-eggs/diff#">https://bitbucket.org/pypa/setuptools/pull-request/97/cache-eggs-required-for-building-in-eggs/diff#</a>

tarballcache comes from test.ini : archive_cache_dir = %(here)s/tarballcache

 M .hgignore (2 lines added, 0 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/177ccc998b040a5c3aedb793b73873a9ea156270" style="text-decoration: none; font-weight: bold; color: #573;">tests: Remove imported_from_test function  AFAICT, this function is not used:    $ ag imported_from_test   kallithea/tests/nose_parametrized.py   144:def imp...</a></h1>
<div id="body">
Marc Abramowitz committed on 2015-04-08 20:48:30<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/177ccc998b040a5c3aedb793b73873a9ea156270">177ccc99</a><pre>tests: Remove imported_from_test function

AFAICT, this function is not used:

  $ ag imported_from_test
  kallithea/tests/nose_parametrized.py
  144:def imported_from_test():

 M kallithea/tests/nose_parametrized.py (0 lines added, 14 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/7b7d5029c81fe18f892024c96daac447cb2a1576" style="text-decoration: none; font-weight: bold; color: #573;">tests: PEP8ify test_user_groups.py  This eliminates flake8 warnings:      kallithea/tests/models/test_user_groups.py:3:1: F403 'from kallithea.tests import *...</a></h1>
<div id="body">
Marc Abramowitz committed on 2015-04-08 16:18:58<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/7b7d5029c81fe18f892024c96daac447cb2a1576">7b7d5029</a><pre>tests: PEP8ify test_user_groups.py

This eliminates flake8 warnings:

    kallithea/tests/models/test_user_groups.py:3:1: F403 'from kallithea.tests import *' used; unable to detect undefined names
    kallithea/tests/models/test_user_groups.py:22:5: E303 too many blank lines (2)

 M kallithea/tests/models/test_user_group_permissions_on_repo_groups.py (2 lines added, 1 lines removed)
 M kallithea/tests/models/test_user_groups.py (1 lines added, 2 lines removed)
 M kallithea/tests/models/test_user_permissions_on_repo_groups.py (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>