<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/test_easy_install.py, branch v67.3.2</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Consistently use unittest.mock in tests</title>
<updated>2022-10-17T12:12:46+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2022-10-17T12:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=c4b556166f9371d0cbc24d50dab83325aac77a3e'/>
<id>c4b556166f9371d0cbc24d50dab83325aac77a3e</id>
<content type='text'>
 - Some tests used unittest.mock from the standard library
 - Some tests used mock from PyPI
 - Some tests tried to import unittest.mock with a fallback to mock
   (the import never fails on Python 3.7+, older Pythons are not supported)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Some tests used unittest.mock from the standard library
 - Some tests used mock from PyPI
 - Some tests tried to import unittest.mock with a fallback to mock
   (the import never fails on Python 3.7+, older Pythons are not supported)
</pre>
</div>
</content>
</entry>
<entry>
<title>setuptools/tests: minor cleanup</title>
<updated>2022-07-02T14:09:17+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2022-07-02T14:05:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=26ff94e90a4da3e4faf085f9e9d02d1409585128'/>
<id>26ff94e90a4da3e4faf085f9e9d02d1409585128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setuptools: add test for distutils' entrypoints using extras</title>
<updated>2022-07-02T14:09:17+00:00</updated>
<author>
<name>Benoit Pierre</name>
<email>benoit.pierre@gmail.com</email>
</author>
<published>2022-06-28T09:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=aa4fa92cfb9cd32e8d4a2cfe3f52e783209c32e7'/>
<id>aa4fa92cfb9cd32e8d4a2cfe3f52e783209c32e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed some spelling mistakes,</title>
<updated>2022-06-14T20:27:12+00:00</updated>
<author>
<name>Bastian Venthur</name>
<email>venthur@debian.org</email>
</author>
<published>2022-06-14T19:13:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5b265be6a423b8906b1069e75a66fcefcddf8a6b'/>
<id>5b265be6a423b8906b1069e75a66fcefcddf8a6b</id>
<content type='text'>
that's all :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that's all :)
</pre>
</div>
</content>
</entry>
<entry>
<title>No need to set PYTHONPATH in test_setup_install_includes_dependencies at all</title>
<updated>2022-05-24T17:33:26+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2022-05-24T17:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b08401ddb051631ca41a349fbb566f1715cb9cf7'/>
<id>b08401ddb051631ca41a349fbb566f1715cb9cf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve PYTHONPATH in test_setup_install_includes_dependencies</title>
<updated>2022-05-24T17:33:26+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2022-05-24T17:26:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d22e554c716e4ff89c905022531d2af6b1ae944f'/>
<id>d22e554c716e4ff89c905022531d2af6b1ae944f</id>
<content type='text'>
So if the tested setuptools is only located in manually set $PYTHONPATH,
it still tests that setuptools instead of the previously installed one in site-packages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So if the tested setuptools is only located in manually set $PYTHONPATH,
it still tests that setuptools instead of the previously installed one in site-packages.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make test_setup_install_includes_dependencies easier to debug</title>
<updated>2022-05-24T17:33:26+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2022-05-24T17:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ebfe16c3097d227d7f3ac5e960d853513d2f71b0'/>
<id>ebfe16c3097d227d7f3ac5e960d853513d2f71b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to fix problems on windows</title>
<updated>2022-04-04T07:07:11+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-04T07:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=ec62173700ea7121e8f3d0707e3af20a6b60e92b'/>
<id>ec62173700ea7121e8f3d0707e3af20a6b60e92b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Be explicit about packages</title>
<updated>2022-04-04T07:06:52+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-04T07:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=9cb8a419796f29068f0a34086e104a60979eaa52'/>
<id>9cb8a419796f29068f0a34086e104a60979eaa52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error with test_easy_install</title>
<updated>2022-04-04T00:54:10+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2022-04-04T00:54:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=437b890ea8151c7d82fe03d08927232eb75a03fc'/>
<id>437b890ea8151c7d82fe03d08927232eb75a03fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
