<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/tests/functional/api/test_gitlab.py, branch renovate/gitlab</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>test(functional): do not require config file</title>
<updated>2022-12-18T07:16:28+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-11-26T18:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=43c2dda7aa8b167a451b966213e83d88d1baa1df'/>
<id>43c2dda7aa8b167a451b966213e83d88d1baa1df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: allow passing kwargs to Gitlab class when instantiating with `from_config` (#2392)</title>
<updated>2022-12-04T09:12:13+00:00</updated>
<author>
<name>Liora Milbaum</name>
<email>liora@lmb.co.il</email>
</author>
<published>2022-12-04T09:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=e88d34e38dd930b00d7bb48f0e1c39420e09fa0f'/>
<id>e88d34e38dd930b00d7bb48f0e1c39420e09fa0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: enable skipping tests per GitLab plan</title>
<updated>2022-10-18T07:04:38+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-10-17T20:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=01d5f68295b62c0a8bd431a9cd31bf9e4e91e7d9'/>
<id>01d5f68295b62c0a8bd431a9cd31bf9e4e91e7d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: migrate legacy EE tests to pytest</title>
<updated>2022-10-18T07:04:38+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-10-16T21:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=88c2505b05dbcfa41b9e0458d4f2ec7dcc6f8169'/>
<id>88c2505b05dbcfa41b9e0458d4f2ec7dcc6f8169</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: bump GitLab docker image to 15.4.0-ee.0</title>
<updated>2022-09-23T06:27:14+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-09-23T06:27:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=b87a2bc7cfacd3a3c4a18342c07b89356bf38d50'/>
<id>b87a2bc7cfacd3a3c4a18342c07b89356bf38d50</id>
<content type='text'>
 * Use `settings.delayed_group_deletion=False` as that is the
   recommended method to turn off the delayed group deletion now.
 * Change test to look for `default` as `pages` is not mentioned in
   the docs[1]

[1] https://docs.gitlab.com/ee/api/sidekiq_metrics.html#get-the-current-queue-metrics
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Use `settings.delayed_group_deletion=False` as that is the
   recommended method to turn off the delayed group deletion now.
 * Change test to look for `default` as `pages` is not mentioned in
   the docs[1]

[1] https://docs.gitlab.com/ee/api/sidekiq_metrics.html#get-the-current-queue-metrics
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: Only check for our UserWarning</title>
<updated>2022-08-24T21:31:40+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-08-24T21:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=bd4dfb4729377bf64c552ef6052095aa0b5658b8'/>
<id>bd4dfb4729377bf64c552ef6052095aa0b5658b8</id>
<content type='text'>
The GitHub CI is showing a ResourceWarning, causing our test to fail.

Update test to only look for our UserWarning which should not appear.

What was seen when debugging the GitHub CI:
{message:
    ResourceWarning(
        "unclosed &lt;socket.socket fd=12, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 50862), raddr=('127.0.0.1', 8080)&gt;"
    ),
    category: 'ResourceWarning',
    filename: '/home/runner/work/python-gitlab/python-gitlab/.tox/api_func_v4/lib/python3.10/site-packages/urllib3/poolmanager.py',
    lineno: 271,
    line: None
}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GitHub CI is showing a ResourceWarning, causing our test to fail.

Update test to only look for our UserWarning which should not appear.

What was seen when debugging the GitHub CI:
{message:
    ResourceWarning(
        "unclosed &lt;socket.socket fd=12, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 50862), raddr=('127.0.0.1', 8080)&gt;"
    ),
    category: 'ResourceWarning',
    filename: '/home/runner/work/python-gitlab/python-gitlab/.tox/api_func_v4/lib/python3.10/site-packages/urllib3/poolmanager.py',
    lineno: 271,
    line: None
}
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: fix issue if only run test_gitlab.py func test</title>
<updated>2022-08-24T15:20:28+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-08-24T15:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=98f19564c2a9feb108845d33bf3631fa219e51c6'/>
<id>98f19564c2a9feb108845d33bf3631fa219e51c6</id>
<content type='text'>
Make it so can run just the test_gitlab.py functional test.

For example:
$ tox -e api_func_v4 -- -k test_gitlab.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it so can run just the test_gitlab.py functional test.

For example:
$ tox -e api_func_v4 -- -k test_gitlab.py
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(namespaces): add support for namespace existence API</title>
<updated>2022-07-24T21:17:17+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-23T22:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=4882cb22f55c41d8495840110be2d338b5545a04'/>
<id>4882cb22f55c41d8495840110be2d338b5545a04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(api_func_v4): catch deprecation warning for `gl.lint()`</title>
<updated>2022-07-22T03:30:49+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john@sodarock.com</email>
</author>
<published>2022-07-22T03:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=95fe9247fcc9cba65c4afef934f816be06027ff5'/>
<id>95fe9247fcc9cba65c4afef934f816be06027ff5</id>
<content type='text'>
Catch the deprecation warning for the call to `gl.lint()`, so it won't
show up in the log.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Catch the deprecation warning for the call to `gl.lint()`, so it won't
show up in the log.
</pre>
</div>
</content>
</entry>
<entry>
<title>test(functional): use both get_all and all in list() tests</title>
<updated>2022-07-21T22:03:11+00:00</updated>
<author>
<name>Nejc Habjan</name>
<email>nejc.habjan@siemens.com</email>
</author>
<published>2022-07-21T21:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitlab.git/commit/?id=201298d7b5795b7d7338793da8033dc6c71d6572'/>
<id>201298d7b5795b7d7338793da8033dc6c71d6572</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
