<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python/pelican.git/tasks.py, 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>Update tasks.py</title>
<updated>2021-04-19T04:20:54+00:00</updated>
<author>
<name>MinchinWeb</name>
<email>w_minchin@hotmail.com</email>
</author>
<published>2021-04-19T04:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=cf4e8d527d6468fad5c4910d254642c3353a2f76'/>
<id>cf4e8d527d6468fad5c4910d254642c3353a2f76</id>
<content type='text'>
PTY is not supported on Windows.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PTY is not supported on Windows.</pre>
</div>
</content>
</entry>
<entry>
<title>Make PKG_PATH var in Invoke tasks.py more DRY</title>
<updated>2021-02-18T11:29:18+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-02-18T11:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=27762d2cf70fd76f0f3f76ea02b7cf8bfa4e1236'/>
<id>27762d2cf70fd76f0f3f76ea02b7cf8bfa4e1236</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure `invoke lint` task &amp; its docs are in sync</title>
<updated>2020-11-20T15:22:39+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-11-20T15:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=f21969a0161621642f60139b5735190ee633e7e6'/>
<id>f21969a0161621642f60139b5735190ee633e7e6</id>
<content type='text'>
Someday the entire Pelican code base will perhaps have Black and isort
formatting applied to it, but it doesn't make sense for the linter to
check that until it's actually done. This changes the `lint` Invoke task
to run Flake8 on changed lines only, which should bring it into line
with both the current Pre-commit and CI configurations.

Also, the docs erroneously stated that `invoke tests` would also check
for code style compliance, which has herein been fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Someday the entire Pelican code base will perhaps have Black and isort
formatting applied to it, but it doesn't make sense for the linter to
check that until it's actually done. This changes the `lint` Invoke task
to run Flake8 on changed lines only, which should bring it into line
with both the current Pre-commit and CI configurations.

Also, the docs erroneously stated that `invoke tests` would also check
for code style compliance, which has herein been fixed.
</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>Adjust isort task: v5.2+ is now recursive by default</title>
<updated>2020-08-11T07:13:00+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-08-11T07:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=18a2720ea73da4ccb05739a57864c3cb3f008973'/>
<id>18a2720ea73da4ccb05739a57864c3cb3f008973</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Add Windows support to Invoke tasks</title>
<updated>2020-04-24T13:21:05+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-04-24T13:21:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=1ac4abcb6775958119f1dac856306525cf5372aa'/>
<id>1ac4abcb6775958119f1dac856306525cf5372aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Invoke tasks for building and serving docs</title>
<updated>2019-11-12T16:36:22+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2019-11-12T16:36:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=535df9cd9ce5ac9217828ddf480aca07c822aafe'/>
<id>535df9cd9ce5ac9217828ddf480aca07c822aafe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Invoke task for updating functional test output</title>
<updated>2019-11-12T15:40:05+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2019-11-12T15:40:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=b7368f919fdfe75dea585e13c5bad3911a34514a'/>
<id>b7368f919fdfe75dea585e13c5bad3911a34514a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch `invoke tests` test runner to Pytest</title>
<updated>2019-11-11T04:10:59+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2019-11-11T04:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=2d232d15aae0af895ede1146c0f2810adc8410e1'/>
<id>2d232d15aae0af895ede1146c0f2810adc8410e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
