<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/psutil.git/tox.ini, branch parallel-build</title>
<subtitle>github.com: giampaolo/psutil.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/'/>
<entry>
<title>get rid of pip_install() code for py2; move everything in runner.py</title>
<updated>2020-02-15T17:35:56+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2020-02-15T17:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=766541fe9501373eea1ea2e77b865be9ed572cc7'/>
<id>766541fe9501373eea1ea2e77b865be9ed572cc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis/appveyor: add support for Python 3.8 (#1625)</title>
<updated>2019-11-20T06:13:02+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-11-20T06:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=b316e6ae32870e3c69ff06ff13097788ee4d250c'/>
<id>b316e6ae32870e3c69ff06ff13097788ee4d250c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move doc; rephrase it a bit</title>
<updated>2019-03-01T02:13:37+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2019-03-01T02:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=611a12323c73e063d4b33eea363dc073388d4686'/>
<id>611a12323c73e063d4b33eea363dc073388d4686</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Move tests out of package to top level directory (#1232)" (#1242)</title>
<updated>2018-03-11T16:31:35+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2018-03-11T16:31:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=2ffb0ecc5e41c5486056fcd00aca274d77858860'/>
<id>2ffb0ecc5e41c5486056fcd00aca274d77858860</id>
<content type='text'>
This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581.</pre>
</div>
</content>
</entry>
<entry>
<title>Move tests out of package to top level directory (#1232)</title>
<updated>2018-03-10T03:51:10+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-03-10T03:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=b578d2febfd35f80fcfa1ce1bdf18d44d21b1581'/>
<id>b578d2febfd35f80fcfa1ce1bdf18d44d21b1581</id>
<content type='text'>
Cleanly separates tests from the package itself. Prevents the tests
being installed to site-packages. Tests are still distributed with the
source distribution by MANIFEST.in.

Avoids installing tests in production environments, leading to less
total code in the environment.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cleanly separates tests from the package itself. Prevents the tests
being installed to site-packages. Tests are still distributed with the
source distribution by MANIFEST.in.

Avoids installing tests in production environments, leading to less
total code in the environment.</pre>
</div>
</content>
</entry>
<entry>
<title>In tox, move flake8 to own target (#1235)</title>
<updated>2018-03-08T19:21:55+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-03-08T19:21:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=bb92699432c6479d314b8c6a4d0d65be9de75d29'/>
<id>bb92699432c6479d314b8c6a4d0d65be9de75d29</id>
<content type='text'>
Allows running static analysis (lint/flake8) separately from testing the
library. Reduces the redundant times static analysis runs. Previously
ran after every test environment, but only needs to run once, requiring
less tests resources.

For lint, use "skip_install = True" as installing psutil isn't required
to do static analysis. For details on this configuration, see:

https://tox.readthedocs.io/en/latest/config.html#confval-skip_install=BOOL

&gt; skip_install=BOOL
&gt;
&gt; Do not install the current package. This can be used when you need the
&gt; virtualenv management but do not want to install the current package
&gt; into that environment.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows running static analysis (lint/flake8) separately from testing the
library. Reduces the redundant times static analysis runs. Previously
ran after every test environment, but only needs to run once, requiring
less tests resources.

For lint, use "skip_install = True" as installing psutil isn't required
to do static analysis. For details on this configuration, see:

https://tox.readthedocs.io/en/latest/config.html#confval-skip_install=BOOL

&gt; skip_install=BOOL
&gt;
&gt; Do not install the current package. This can be used when you need the
&gt; virtualenv management but do not want to install the current package
&gt; into that environment.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary tox PYTHONPATH configuration (#1229)</title>
<updated>2018-03-04T18:04:44+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-03-04T18:04:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=2650852829e0006d89f57bffc44a20613f47ddea'/>
<id>2650852829e0006d89f57bffc44a20613f47ddea</id>
<content type='text'>
No "test" directory exists. The configuration is unneeded.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No "test" directory exists. The configuration is unneeded.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove additional workarounds and support for Python 3.2 &amp; 3.3 (#1228)</title>
<updated>2018-03-04T17:44:10+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-03-04T17:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=74248cc706bdf01f80d1c704a094ff30974cfa93'/>
<id>74248cc706bdf01f80d1c704a094ff30974cfa93</id>
<content type='text'>
Support for Python 3.3 was dropped in version 5.4.1. Support for Python
3.2 was dropped earlier. Remove all references to these unsupported
versions including documentation, scripts, workarounds, etc. Eases
maintenance as fewer workarounds are used for unsupported environments.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support for Python 3.3 was dropped in version 5.4.1. Support for Python
3.2 was dropped earlier. Remove all references to these unsupported
versions including documentation, scripts, workarounds, etc. Eases
maintenance as fewer workarounds are used for unsupported environments.</pre>
</div>
</content>
</entry>
<entry>
<title>fix linux test</title>
<updated>2017-05-06T19:26:41+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-05-06T19:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=9d0d8515c907aae49427c45503f13f0739df8860'/>
<id>9d0d8515c907aae49427c45503f13f0739df8860</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#1018: enable 'python -m psutil.tests' to run tests</title>
<updated>2017-04-24T17:38:21+00:00</updated>
<author>
<name>Giampaolo Rodola</name>
<email>g.rodola@gmail.com</email>
</author>
<published>2017-04-24T17:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/psutil.git/commit/?id=1da757c4408911dae34a707b7a63df89cc530727'/>
<id>1da757c4408911dae34a707b7a63df89cc530727</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
