<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlalchemy.git/tox.ini, branch pr/283</title>
<subtitle>github.com: zzzeek/sqlalchemy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/'/>
<entry>
<title>- limit oracle DB reaps to identifiers generated from this</title>
<updated>2016-06-02T21:42:51+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-06-02T21:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=eb28ebb0f8a48ba57f68f21d64479b56bf689d24'/>
<id>eb28ebb0f8a48ba57f68f21d64479b56bf689d24</id>
<content type='text'>
run to prevent race conditions against concurrent runs

Change-Id: I065d1cec346ea7af03792c3cc2f30766f73c2bd3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
run to prevent race conditions against concurrent runs

Change-Id: I065d1cec346ea7af03792c3cc2f30766f73c2bd3
</pre>
</div>
</content>
</entry>
<entry>
<title>- don't use --dropfirst when we are using ad-hoc DBs.   dropfirst</title>
<updated>2016-04-24T18:44:04+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-04-24T18:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=ffb6fbf825d0440aeedf7ee69376d78d977c26fb'/>
<id>ffb6fbf825d0440aeedf7ee69376d78d977c26fb</id>
<content type='text'>
is unnecessary and causes collisions against other CI runs

Change-Id: I47e9bc98cd6ef4ab90be25bae45897dabae16308
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is unnecessary and causes collisions against other CI runs

Change-Id: I47e9bc98cd6ef4ab90be25bae45897dabae16308
</pre>
</div>
</content>
</entry>
<entry>
<title>- switch to 2 workers for oracle</title>
<updated>2016-02-09T15:17:10+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-02-09T15:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7d2bed69abb6ab545cfa5ca967141338387417c2'/>
<id>7d2bed69abb6ab545cfa5ca967141338387417c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Testing reveals that we have *no* weak references to any cx_Oracle connections at all,</title>
<updated>2016-02-09T03:57:02+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-02-09T03:57:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=11a8440bc43aa9f7eb6f2cb7b7f43e0cf6680f41'/>
<id>11a8440bc43aa9f7eb6f2cb7b7f43e0cf6680f41</id>
<content type='text'>
yet cx_Oracle still has open sessions that cannot be killed until process dies.
Oracle wins!   Add a completely separate DB reaper script that runs
after py.test is done.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
yet cx_Oracle still has open sessions that cannot be killed until process dies.
Oracle wins!   Add a completely separate DB reaper script that runs
after py.test is done.
</pre>
</div>
</content>
</entry>
<entry>
<title>- additional fixes to get oracle + multiprocess to be reliable</title>
<updated>2016-02-08T21:27:55+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-02-08T21:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=7cb2a2d6c0cb85f7c51fcd572136589c23aa7a1b'/>
<id>7cb2a2d6c0cb85f7c51fcd572136589c23aa7a1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- D rules seem to have been added overnight to the flake8 plugin</title>
<updated>2016-02-02T17:15:35+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-02-02T17:07:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=86660fef7ee16578330334abfba58be1304e3f97'/>
<id>86660fef7ee16578330334abfba58be1304e3f97</id>
<content type='text'>
I'm using and many of these seem contradictory and/or undesirable.
block all until individual rules can be approved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm using and many of these seem contradictory and/or undesirable.
block all until individual rules can be approved.
</pre>
</div>
</content>
</entry>
<entry>
<title>- using extras here has the effect of defeating the usedevelop flag</title>
<updated>2016-01-28T21:23:48+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-01-28T21:23:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=8d1579cc3cc154240db77d36ede4d582f7335cf4'/>
<id>8d1579cc3cc154240db77d36ede4d582f7335cf4</id>
<content type='text'>
since SQLAlchemy gets installed as develop and in the virtualenv
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since SQLAlchemy gets installed as develop and in the virtualenv
</pre>
</div>
</content>
</entry>
<entry>
<title>- experimental - try out a very open ended design for the factors, assume</title>
<updated>2016-01-27T22:39:48+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-01-27T22:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=086ad9ce6413e73f93506523d4eb8e23710443dc'/>
<id>086ad9ce6413e73f93506523d4eb8e23710443dc</id>
<content type='text'>
many more combinations of factors are possible and basically make them
more akin to command options at the tox level.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
many more combinations of factors are possible and basically make them
more akin to command options at the tox level.
</pre>
</div>
</content>
</entry>
<entry>
<title>- restore the use of PYTHONNOUSERSITE that was removed</title>
<updated>2016-01-27T19:23:33+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-01-27T19:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=49dfeda6d7578aeae9ec954945cda38ee5aae6a9'/>
<id>49dfeda6d7578aeae9ec954945cda38ee5aae6a9</id>
<content type='text'>
in df3f125bd84fc7ec5d45592c5774daf3a39d9bc9, this flag is
explicitly checked within conftest.py and we need to continue to use
it, otherwise a tox build inside of .tox that isn't usedevelop
is ignored, including C extensions
- rework the whole system of running with coverage, so that
with coverage, we *are* using usedevelop, but also make sure
we rm the .so files for nocext, make sure we --cov-append, etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in df3f125bd84fc7ec5d45592c5774daf3a39d9bc9, this flag is
explicitly checked within conftest.py and we need to continue to use
it, otherwise a tox build inside of .tox that isn't usedevelop
is ignored, including C extensions
- rework the whole system of running with coverage, so that
with coverage, we *are* using usedevelop, but also make sure
we rm the .so files for nocext, make sure we --cov-append, etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove PYTHONNOUSERSITE, not sure why this was here, it apparently interferes with coverage</title>
<updated>2016-01-26T18:38:34+00:00</updated>
<author>
<name>Mike Bayer</name>
<email>mike_mp@zzzcomputing.com</email>
</author>
<published>2016-01-26T18:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlalchemy.git/commit/?id=df3f125bd84fc7ec5d45592c5774daf3a39d9bc9'/>
<id>df3f125bd84fc7ec5d45592c5774daf3a39d9bc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
