<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests, branch v67.2.0</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>dedicated test</title>
<updated>2023-01-25T17:28:44+00:00</updated>
<author>
<name>hauntsaninja</name>
<email>hauntsaninja@gmail.com</email>
</author>
<published>2023-01-25T17:28:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4523ba3fcce38e8d02b0d8ee072cfd2d06a14f00'/>
<id>4523ba3fcce38e8d02b0d8ee072cfd2d06a14f00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a test</title>
<updated>2023-01-25T07:08:25+00:00</updated>
<author>
<name>hauntsaninja</name>
<email>hauntsaninja@gmail.com</email>
</author>
<published>2023-01-25T07:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=a673186f7c5271cc89916ae533f582643b3b8a86'/>
<id>a673186f7c5271cc89916ae533f582643b3b8a86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test expectations to match new packaging version</title>
<updated>2023-01-23T11:01:48+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-23T11:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=0a4de62beb93c809ece161f19edf53f68a9be16f'/>
<id>0a4de62beb93c809ece161f19edf53f68a9be16f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix version syntax in test_nowarn_accidental_env_marker_misconfig</title>
<updated>2023-01-21T13:20:36+00:00</updated>
<author>
<name>Michał Górny</name>
<email>mgorny@gentoo.org</email>
</author>
<published>2023-01-21T13:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=23c7a01b32077b8438d3e5ebdd321729926a1272'/>
<id>23c7a01b32077b8438d3e5ebdd321729926a1272</id>
<content type='text'>
Fix the two "marker"-alike cases (for package `python_version`)
for test_nowarn_accidental_env_marker_misconfig to use `&lt;3` rather
than `&lt;'3'`.  The latter maps to the version `'3'` which is not a valid
version and therefore causes an error with packaging-22.0+.

See the discussion at
https://github.com/pypa/setuptools/commit/506e7e7e1cac6a5d534184d35a20a73e9dd58045#r97577660
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the two "marker"-alike cases (for package `python_version`)
for test_nowarn_accidental_env_marker_misconfig to use `&lt;3` rather
than `&lt;'3'`.  The latter maps to the version `'3'` which is not a valid
version and therefore causes an error with packaging-22.0+.

See the discussion at
https://github.com/pypa/setuptools/commit/506e7e7e1cac6a5d534184d35a20a73e9dd58045#r97577660
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dependency syntax error in test_dist_info</title>
<updated>2023-01-21T09:22:16+00:00</updated>
<author>
<name>Michał Górny</name>
<email>mgorny@gentoo.org</email>
</author>
<published>2023-01-21T09:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c3441cb149f27d283d51ec4f6cecd6a5052de87a'/>
<id>c3441cb149f27d283d51ec4f6cecd6a5052de87a</id>
<content type='text'>
Fix the install_requires used in test_dist_info to use the dangling
syntax, in order to correctly handle markers.  This fixes syntax error
when parsed by packaging-22.0+, as well as setuptools warning:

```
UserWarning: One of the parsed requirements in `install_requires` looks like a valid environment marker: \'sys_platform != "linux"\'
Make sure that the config is correct and check https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#opt-2
  warnings.warn(msg, UserWarning)\n'
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the install_requires used in test_dist_info to use the dangling
syntax, in order to correctly handle markers.  This fixes syntax error
when parsed by packaging-22.0+, as well as setuptools warning:

```
UserWarning: One of the parsed requirements in `install_requires` looks like a valid environment marker: \'sys_platform != "linux"\'
Make sure that the config is correct and check https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#opt-2
  warnings.warn(msg, UserWarning)\n'
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Account for windows paths in tests</title>
<updated>2023-01-20T18:50:38+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-20T18:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e99c7e0c550b869d06ad9ab53afe2ca9c23ee41c'/>
<id>e99c7e0c550b869d06ad9ab53afe2ca9c23ee41c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Capture expectations of issue 3781</title>
<updated>2023-01-20T17:41:03+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-20T17:41:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=7d35a3869d8cb834a42b65ab9911f0bdb3781a48'/>
<id>7d35a3869d8cb834a42b65ab9911f0bdb3781a48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Capture expectations about 'project.license.file' in pyproject.toml</title>
<updated>2023-01-19T12:20:18+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-19T12:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=bad92728cfa4f608bc4c47d9a64ffa9cc225e93d'/>
<id>bad92728cfa4f608bc4c47d9a64ffa9cc225e93d</id>
<content type='text'>
… to be automatically added to the sdist
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
… to be automatically added to the sdist
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor tests for file directive</title>
<updated>2023-01-19T12:01:43+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-19T12:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=902385f5fc5774a71914c52e8edab782c354b71d'/>
<id>902385f5fc5774a71914c52e8edab782c354b71d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand test to account for pyproject's readme</title>
<updated>2023-01-19T11:39:02+00:00</updated>
<author>
<name>Anderson Bravalheri</name>
<email>andersonbravalheri@gmail.com</email>
</author>
<published>2023-01-19T11:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ac0a9e76438cae66b13afcc0066b46ca0458b116'/>
<id>ac0a9e76438cae66b13afcc0066b46ca0458b116</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
