<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python/pelican.git/requirements, branch theme-docs</title>
<subtitle>github.com: getpelican/pelican.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/'/>
<entry>
<title>Relax dependency minimum versions</title>
<updated>2021-03-23T07:06:58+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-03-23T07:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=2b08497c3237e7d98366f529d62c6b52d2a75227'/>
<id>2b08497c3237e7d98366f529d62c6b52d2a75227</id>
<content type='text'>
Specifying a floor, but not a ceiling, for core dependencies should help
prevent dependency resolution conflicts. Dependencies that affect
functional test output are pinned more tightly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Specifying a floor, but not a ceiling, for core dependencies should help
prevent dependency resolution conflicts. Dependencies that affect
functional test output are pinned more tightly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Pygments dev dependency to v2.8</title>
<updated>2021-02-18T14:33:30+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-02-18T14:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=872c4dbd30fd0d891a850ae8685b73139c83bcbd'/>
<id>872c4dbd30fd0d891a850ae8685b73139c83bcbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow latest Python-Markdown to be installed</title>
<updated>2021-01-15T12:04:07+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-01-15T12:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=ce5d0635137009300b65edb15f73081f0ac4231b'/>
<id>ce5d0635137009300b65edb15f73081f0ac4231b</id>
<content type='text'>
Pinning dependencies to specific versions creates conflicts when other
packages require more recent versions. We can do our part by allowing
for a wider range of dependency versions, specifying only the oldest
version that will still work. Meanwhile, we ensure that test
environments use a specific pinned dependency in order to match the
expected functional test output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pinning dependencies to specific versions creates conflicts when other
packages require more recent versions. We can do our part by allowing
for a wider range of dependency versions, specifying only the oldest
version that will still work. Meanwhile, we ensure that test
environments use a specific pinned dependency in order to match the
expected functional test output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow latest Pygments to be installed</title>
<updated>2021-01-15T11:54:02+00:00</updated>
<author>
<name>Nam Nguyen</name>
<email>namn@users.noreply.github.com</email>
</author>
<published>2021-01-06T20:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=34fc7f2a8498da4d8c8f801318ba1b172ffed66f'/>
<id>34fc7f2a8498da4d8c8f801318ba1b172ffed66f</id>
<content type='text'>
Otherwise, installation conflicts can result when plugins/themes require
more recent Pygments versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, installation conflicts can result when plugins/themes require
more recent Pygments versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Count CPU cores via psutil for parallel testing</title>
<updated>2020-11-02T12:17:53+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-11-02T12:17:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=b454f76f72dea65db9d360dc1bf51b8ddb76149d'/>
<id>b454f76f72dea65db9d360dc1bf51b8ddb76149d</id>
<content type='text'>
psutil does a much better job at accurately counting CPU cores,
of which pytest-xdist takes advantage for the purposes of running
tests concurrently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
psutil does a much better job at accurately counting CPU cores,
of which pytest-xdist takes advantage for the purposes of running
tests concurrently.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade pytest-xdist dev dependency to v2.0</title>
<updated>2020-08-16T05:19:47+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-08-16T05:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=adbefe836355305c69818f8abb59decf0adf9cf9'/>
<id>adbefe836355305c69818f8abb59decf0adf9cf9</id>
<content type='text'>
Also, stop pinning pytest version, since older version combined with
pytest-xdist 2.0 caused CI test errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, stop pinning pytest version, since older version combined with
pytest-xdist 2.0 caused CI test errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup test environment and requirements</title>
<updated>2020-05-09T13:17:14+00:00</updated>
<author>
<name>Deniz Turgut</name>
<email>dturgut@gmail.com</email>
</author>
<published>2020-04-25T21:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=839629b102e020fc9a3aa3a66cc9ae0e23f210f5'/>
<id>839629b102e020fc9a3aa3a66cc9ae0e23f210f5</id>
<content type='text'>
- pytest: verbose isn't needed but show skipped tests
- mock is not needed anymore. it is part of stdlib
- Unpin Sphinx and fix warning about lexer
- Mirror tox command for doc build in tasks.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- pytest: verbose isn't needed but show skipped tests
- mock is not needed anymore. it is part of stdlib
- Unpin Sphinx and fix warning about lexer
- Mirror tox command for doc build in tasks.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Run tests in parallel on multi-core systems</title>
<updated>2020-04-13T06:55:29+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-04-13T06:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=1a6d66f395992243e1d27818f01049486991dd98'/>
<id>1a6d66f395992243e1d27818f01049486991dd98</id>
<content type='text'>
Uses pytest-xdist to run tests on two cores simultaneously, speeding up
test runs by nearly 40%.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uses pytest-xdist to run tests on two cores simultaneously, speeding up
test runs by nearly 40%.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pin Pygments to 2.6.1</title>
<updated>2020-04-12T15:02:06+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-04-12T13:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=e2bbfcb0880988bdfc5985f059cbf6b7a1c85a1c'/>
<id>e2bbfcb0880988bdfc5985f059cbf6b7a1c85a1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move more test deps from CI config to requirements</title>
<updated>2020-04-12T13:16:12+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-04-12T13:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=88100484e0aafc17fa4a8fcd01966c9c9ca8d25d'/>
<id>88100484e0aafc17fa4a8fcd01966c9c9ca8d25d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
