<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rq.git/tox.ini, branch python3.8</title>
<subtitle>github.com: nvie/rq.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rq.git/'/>
<entry>
<title>Fix run_tests to use pytest. (#1033)</title>
<updated>2019-01-22T00:39:43+00:00</updated>
<author>
<name>Wolfgang Langner</name>
<email>tds333@mailbox.org</email>
</author>
<published>2019-01-22T00:39:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rq.git/commit/?id=972778d041862ee218880affccb7ef54e6cd7634'/>
<id>972778d041862ee218880affccb7ef54e6cd7634</id>
<content type='text'>
Update tox.ini envlist.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update tox.ini envlist.</pre>
</div>
</content>
</entry>
<entry>
<title>Replace 'async' keyword with 'is_async' for Queue objects (#977)</title>
<updated>2018-07-07T01:50:33+00:00</updated>
<author>
<name>chevell</name>
<email>chevell@gmail.com</email>
</author>
<published>2018-07-07T01:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rq.git/commit/?id=c2b939d2df7df2bd0a6e5a73823a07baecc17895'/>
<id>c2b939d2df7df2bd0a6e5a73823a07baecc17895</id>
<content type='text'>
* Replaced async keyword with is_async in the Queue class to fix reserved keyword syntax errors in Python 3.7

* Updated tests to use is_async keyword when instantiating Queue objects

* Updated docs to reference is_async keyword for Queue objects

* Updated tox.ini, setup.py and .travis.yml with references to Python 3.7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replaced async keyword with is_async in the Queue class to fix reserved keyword syntax errors in Python 3.7

* Updated tests to use is_async keyword when instantiating Queue objects

* Updated docs to reference is_async keyword for Queue objects

* Updated tox.ini, setup.py and .travis.yml with references to Python 3.7
</pre>
</div>
</content>
</entry>
<entry>
<title>run python 3.5 on travis, adopt timeouts</title>
<updated>2016-06-15T19:35:02+00:00</updated>
<author>
<name>Arnold Krille</name>
<email>arnold@arnoldarts.de</email>
</author>
<published>2016-02-27T16:57:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rq.git/commit/?id=8e99706b16041c8805c70f7e3b67604447d2770e'/>
<id>8e99706b16041c8805c70f7e3b67604447d2770e</id>
<content type='text'>
Also
- Report the five slowest tests to watch for risk of timeout
- Double timeouts.
  Maybe that helps pypy on travis to finish successfully.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also
- Report the five slowest tests to watch for risk of timeout
- Double timeouts.
  Maybe that helps pypy on travis to finish successfully.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the flake8 config to setup.cfg</title>
<updated>2016-03-13T17:42:12+00:00</updated>
<author>
<name>Arnold Krille</name>
<email>arnold@arnoldarts.de</email>
</author>
<published>2016-03-13T17:42:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rq.git/commit/?id=c6765e12ff84a3577986b874df3d6eff49cbec91'/>
<id>c6765e12ff84a3577986b874df3d6eff49cbec91</id>
<content type='text'>
My editor (atom) reads the setup.cfg but doesn't parse the cmd-line args in the
tox.ini. So lets move the flake8 config to setup.cfg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
My editor (atom) reads the setup.cfg but doesn't parse the cmd-line args in the
tox.ini. So lets move the flake8 config to setup.cfg.
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore lambdas as function definitions</title>
<updated>2016-03-13T16:50:15+00:00</updated>
<author>
<name>Arnold Krille</name>
<email>arnold@arnoldarts.de</email>
</author>
<published>2016-03-13T16:50:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rq.git/commit/?id=eaa001c722dd641f36107f2522569463caaafd17'/>
<id>eaa001c722dd641f36107f2522569463caaafd17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3.5 unit tests</title>
<updated>2015-10-08T13:56:40+00:00</updated>
<author>
<name>Vincent Driessen</name>
<email>me@nvie.com</email>
</author>
<published>2015-10-08T13:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rq.git/commit/?id=c344c2f334c19f284221e42f6e9366311d24c8f7'/>
<id>c344c2f334c19f284221e42f6e9366311d24c8f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run flake8 checks as part of test suite.</title>
<updated>2014-09-08T18:29:12+00:00</updated>
<author>
<name>Vincent Driessen</name>
<email>vincent@3rdcloud.com</email>
</author>
<published>2014-09-08T18:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rq.git/commit/?id=aa3cf8553105596f1ea046cf051816b5855b07d3'/>
<id>aa3cf8553105596f1ea046cf051816b5855b07d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow passing in positional arguments via tox to pytest.</title>
<updated>2014-07-26T06:38:21+00:00</updated>
<author>
<name>Vincent Driessen</name>
<email>vincent@3rdcloud.com</email>
</author>
<published>2014-07-26T06:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rq.git/commit/?id=712e663ffc4c908c1ec548daa5ffef5e6797df2c'/>
<id>712e663ffc4c908c1ec548daa5ffef5e6797df2c</id>
<content type='text'>
See docs for details: http://tox.readthedocs.org/en/latest/example/general.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See docs for details: http://tox.readthedocs.org/en/latest/example/general.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Add coverage commands to tox.</title>
<updated>2014-07-24T21:30:36+00:00</updated>
<author>
<name>Vincent Driessen</name>
<email>vincent@3rdcloud.com</email>
</author>
<published>2014-07-24T21:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rq.git/commit/?id=13ae0353c9127db4d348016686f1ce76ed461192'/>
<id>13ae0353c9127db4d348016686f1ce76ed461192</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into SanyerMyasoedov-master</title>
<updated>2014-05-06T13:52:35+00:00</updated>
<author>
<name>Vincent Driessen</name>
<email>vincent@3rdcloud.com</email>
</author>
<published>2014-05-06T13:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/rq.git/commit/?id=c5939479b5cb6be34c8dbc01103e099d02629ad4'/>
<id>c5939479b5cb6be34c8dbc01103e099d02629ad4</id>
<content type='text'>
Conflicts:
	rq/decorators.py
	tests/__init__.py
	tests/test_decorator.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	rq/decorators.py
	tests/__init__.py
	tests/test_decorator.py
</pre>
</div>
</content>
</entry>
</feed>
