Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zhiwei/fix run e2e path input description #17

Merged
merged 118 commits into from
Nov 2, 2023

Conversation

zliang-akamai
Copy link
Owner

📝 Description

What does this PR do and why is this change necessary?

✔️ How to Test

What are the steps to reproduce the issue or verify the changes?

How do I run the relevant unit/integration tests?

📷 Preview

If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.

ezilber-akamai and others added 30 commits March 15, 2023 14:26
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.1 to 2.17.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/pylint/commit/b9c1ab3cd5323f5cb305a12c9e105102e4200ead"><code>b9c1ab3</code></a>
Bump pylint to 2.17.1, update changelog (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8482">#8482</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/7d26dcf3ee9a0c033f1529d09fe1f600b527c1cc"><code>7d26dcf</code></a>
Fix incorrect preferred-modules matches (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8481">#8481</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/d6f3ae8d72e65e89560403ca2241ec604b418bdf"><code>d6f3ae8</code></a>
Deprecate redundant type checking guard utils (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8433">#8433</a>)
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8439">#8439</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/16dd28d1692e097a819d9d4bdf6f80c9744b460a"><code>16dd28d</code></a>
Add Python 3.8+ <code>asyncSetUp</code> to
&quot;defining-attr-methods&quot; list (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8403">#8403</a>)
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8438">#8438</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/575319bb87de73114203c5a49edd3ae18aace8c7"><code>575319b</code></a>
Fix a crash when <code>TYPE_CHECKING</code> is used without importing it
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8435">#8435</a>)
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8436">#8436</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/8c3652a6a4c97d0ed0e92484d4ce15e669bd69cf"><code>8c3652a</code></a>
Clear LRU caches on pylint utilities (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8420">#8420</a>)
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8427">#8427</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/2e78c414d24c9819936351c133b3edcad970abaa"><code>2e78c41</code></a>
Proper release date and summary for 2.17.0</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/ee2e63519b15683d8c93626695c97936eb956ebf"><code>ee2e635</code></a>
Bump pylint to 2.17.0, update changelog (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8395">#8395</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/ca2549708acd3ede6621c56477b1c0333eb62254"><code>ca25497</code></a>
Add regression test for <a
href="https://redirect.github.com/PyCQA/pylint/issues/5288">#5288</a>
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8385">#8385</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/b4fe93a9f8059efb0b462d879da3c3d8ef9e7010"><code>b4fe93a</code></a>
Use UninferableBase instead of Uninferable</li>
<li>Additional commits viewable in <a
href="https://github.com/PyCQA/pylint/compare/v2.16.1...v2.17.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pylint&package-manager=pip&previous-version=2.16.1&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to
7.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>7.2.2</h2>
<h1>pytest 7.2.2 (2023-03-03)</h1>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10533">#10533</a>:
Fixed <code>pytest.approx</code>{.interpreted-text
role=&quot;func&quot;} handling of dictionaries containing one or more
values of [0.0]{.title-ref}.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10592">#10592</a>:
Fixed crash if [--cache-show]{.title-ref} and [--help]{.title-ref} are
passed at the same time.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10597">#10597</a>:
Fixed bug where a fixture method named <code>teardown</code> would be
called as part of <code>nose</code> teardown stage.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10626">#10626</a>:
Fixed crash if <code>--fixtures</code> and <code>--help</code> are
passed at the same time.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10660">#10660</a>:
Fixed :py<code>pytest.raises</code>{.interpreted-text
role=&quot;func&quot;} to return a 'ContextManager' so that
type-checkers could narrow
<code>pytest.raises(...) if ... else nullcontext()</code> down to
'ContextManager' rather than 'object'.</li>
</ul>
<h2>Improved Documentation</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10690">#10690</a>:
Added [CI]{.title-ref} and [BUILD_NUMBER]{.title-ref} environment
variables to the documentation.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10721">#10721</a>:
Fixed entry-points declaration in the documentation example using
Hatch.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10753">#10753</a>:
Changed wording of the module level skip to be very explicit
about not collecting tests and not executing the rest of the
module.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/4191e0259805acbc499d326441c98e2b950637f1"><code>4191e02</code></a>
Prepare release version 7.2.2</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/eb50c6ce9990c322f7ec1d25c8433456aa8fd7f6"><code>eb50c6c</code></a>
[7.2.x] Normalize how changelog entries are written (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10790">#10790</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/9693556f27ee77ac74c380943b9b8e5b926edcf1"><code>9693556</code></a>
[7.2.x] Fix test_cmdline_python_namespace_package (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10789">#10789</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/e8e7d44a4c28fc608ada23030f2883b922155218"><code>e8e7d44</code></a>
[7.2.x] made minor updates to fixtures docs (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10778">#10778</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/2fd4549db50e0086ce163654c8e060478111f05a"><code>2fd4549</code></a>
[7.2.x] docs: be more explicit about module level skip preventing
collection ...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/cee8d6f274213f790ca286cb2d0b9390c6234c6c"><code>cee8d6f</code></a>
[7.2.x] Update import mode documentation to not refer to
<strong>import</strong>() anymore...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/79108bf9a37aebe1879c545cdf926251772cc05e"><code>79108bf</code></a>
[7.2.x] add CI and BUILD_NUMBER env var in docs (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10750">#10750</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/779a87aada33af444f14841a04344016a087669e"><code>779a87a</code></a>
[7.2.x] Update open training (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10740">#10740</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/60216810d938ea574b81761782d902309fd77ffd"><code>6021681</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/10734">#10734</a>
from pytest-dev/backport-10725-to-7.2.x</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/37e410fce841635c6d3b4ba6b37c6a8df360b40a"><code>37e410f</code></a>
[7.2.x] Fix entry-points declaration in the documentation example using
Hatch</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/7.2.1...7.2.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest&package-manager=pip&previous-version=7.2.1&new-version=7.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## 📝 Description

The status of Python 3.6 is end of life, and may contains unfixed
security issues and other bugs.
https://devguide.python.org/versions/#unsupported-versions

Other cloud provider's tools such as AWS and Azure dropped Python 3.6
support.

https://github.com/aws/aws-cli/blob/dd48afaaa8b9e682579b1a35109d910ca78aae01/setup.py#L51

https://github.com/Azure/azure-cli/blob/c02d63182860feab89da2502c46bae008b7a3fa2/src/azure-cli/setup.py#L176

It is the time for us to make an similar decision.
…de#422)

## 📝 Description

More test more reliable

## ✔️ How to Test

`pytest tests/integration/test_obj_plugin.py`
add option to makefile to run all the tests including unit and
integration fix test_domain_records.py failures due to target variable
purge old bats tests

## 📝 Description

- create new yml file for running integration tests with pytest
- add option to makefile to run all the tests including unit and
integration
- fix test_domain_records.py failures due to target variable
- purge old bats tests

## ✔️ How to Test

**What are the steps to reproduce the issue or verify the changes?**

**How do I run the relevant unit/integration tests?**

## 📷 Preview

**If applicable, include a screenshot or code snippet of this change.
Otherwise, please remove this section.**
## 📝 Description

Remove deprecated boto2 package and migrate to boto3.

This is the simplified PR of
linode#420

## ✔️ How to Test

`pytest tests/integration/test_obj_plugin.py`

Manually try out some obj commands
## 📝 Description

[TPT-1762](https://jira.linode.com/browse/TPT-1762) 
Originally meant to add tests for firewall-editor, however due to the
way that firewall-editor opens up a termios terminal in the code, the
plugin cannot be opened via process/subprocess in python. Hence, I have
decided to create tests for covering use cases of the editor using
`linode-cli firewalls rules-update` which is essentially what the
firewall-editor calls when we enter the prompt via stdin

## ✔️ How to Test

`make testint`

## 📷 Preview

**If applicable, include a screenshot or code snippet of this change.
Otherwise, please remove this section.**
## 📝 Description

Let the tempfile directory cleanup the test files, instead of clean them
up in the test case function.

## ✔️ How to Test

`pytest tests/integration/test_obj_plugin.py`
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.1 to 2.17.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/de0147e92586be56cdee9711dd3d3a7a7e1c9ef2"><code>de0147e</code></a>
Bump pylint to 2.17.2, update changelog (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8533">#8533</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/84c197d1674eb2aa1642e84a2580987190971ed1"><code>84c197d</code></a>
[Backport maintenance/2.17.x] Add regression test for <a
href="https://redirect.github.com/PyCQA/pylint/issues/7506">#7506</a>
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8531">#8531</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/574edc3da35a750ef1ffe2bc4167acdb9e9bd357"><code>574edc3</code></a>
Upgrade astroid to 2.15.2 (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8530">#8530</a>)
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8532">#8532</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/6dda042008e69419cdf52192ab699d97e48b05e3"><code>6dda042</code></a>
[pyreverse] Bugfix: strip &quot;/&quot; at the end of the file (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8517">#8517</a>)
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8528">#8528</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/538c41b7044e8945a8bb6e58b44caef61fa062a3"><code>538c41b</code></a>
Don't use removed function from <code>astroid</code> (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8525">#8525</a>)
(<a
href="https://redirect.github.com/PyCQA/pylint/issues/8526">#8526</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/4e11693a411433cb03b07fc3a04f2e4151280953"><code>4e11693</code></a>
[Backport maintenance/2.17.x] Allow integers in TypeAlias names. (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8507">#8507</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/d429822d56c392b4be914f94d55807b55efbd705"><code>d429822</code></a>
Fix <code>unnecessary-lambda</code> false positive for lambdas using its
parameters in t...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/ebf1952eb5b4bac46751d91181a62bea4bd6599f"><code>ebf1952</code></a>
Don't consider <code>Union</code> to always be a type alias (<a
href="https://redirect.github.com/PyCQA/pylint/issues/8489">#8489</a>)</li>
<li>See full diff in <a
href="https://github.com/PyCQA/pylint/compare/v2.17.1...v2.17.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pylint&package-manager=pip&previous-version=2.17.1&new-version=2.17.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## 📝 Description

Make them more readable.

## ✔️ How to Test

`pytest tests/integration/test_obj_plugin.py`
## 📝 Description

Add the default values for database engines in CLI config.
https://jira.linode.com/browse/TPT-1676

## ✔️ How to Test

`make testunit`

Create MySQL and PostgreSQL database separately use default values
including engine:
![Pasted
Graphic](https://user-images.githubusercontent.com/127243817/230231195-29948195-a102-44ba-9888-82b7436c9ff7.jpg)


Overwrite the engine value:

![image](https://user-images.githubusercontent.com/127243817/230231180-95d7b7b3-e3b0-4a98-bfd6-73bc7e94ef26.png)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to
7.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>7.3.0</h2>
<h1>pytest 7.3.0 (2023-04-08)</h1>
<h2>Features</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10525">#10525</a>:
Test methods decorated with <code>@classmethod</code> can now be
discovered as tests, following the same rules as normal methods. This
fills the gap that static methods were discoverable as tests but not
class methods.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10755">#10755</a>:
<code>console_output_style</code>{.interpreted-text
role=&quot;confval&quot;} now supports
<code>progress-even-when-capture-no</code> to force the use of the
progress output even when capture is disabled. This is useful in large
test suites where capture may have significant performance impact.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/7431">#7431</a>:
<code>--log-disable</code> CLI option added to disable individual
loggers.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/8141">#8141</a>:
Added <code>tmp_path_retention_count</code>{.interpreted-text
role=&quot;confval&quot;} and
<code>tmp_path_retention_policy</code>{.interpreted-text
role=&quot;confval&quot;} configuration options to control how
directories created by the <code>tmp_path</code>{.interpreted-text
role=&quot;fixture&quot;} fixture are kept.</li>
</ul>
<h2>Improvements</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10226">#10226</a>:
If multiple errors are raised in teardown, we now re-raise an
<code>ExceptionGroup</code> of them instead of discarding all but the
last.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10658">#10658</a>:
Allow <code>-p</code> arguments to include spaces (eg: <code>-p
no:logging</code> instead of
<code>-pno:logging</code>). Mostly useful in the <code>addopts</code>
section of the configuration
file.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10710">#10710</a>:
Added <code>start</code> and <code>stop</code> timestamps to
<code>TestReport</code> objects.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10727">#10727</a>:
Split the report header for <code>rootdir</code>, <code>config
file</code> and <code>testpaths</code> so each has its own line.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10840">#10840</a>:
pytest should no longer crash on AST with pathological position
attributes, for example testing AST produced by [Hylang
&lt;https://github.com/hylang/hy&gt;__]{.title-ref}.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/6267">#6267</a>:
The full output of a test is no longer truncated if the truncation
message would be longer than
the hidden text. The line number shown has also been fixed.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10743">#10743</a>:
The assertion rewriting mechanism now works correctly when assertion
expressions contain the walrus operator.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10765">#10765</a>:
Fixed <code>tmp_path</code>{.interpreted-text role=&quot;fixture&quot;}
fixture always raising <code>OSError</code>{.interpreted-text
role=&quot;class&quot;} on <code>emscripten</code> platform due to
missing <code>os.getuid</code>{.interpreted-text
role=&quot;func&quot;}.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/1904">#1904</a>:
Correctly handle <code>__tracebackhide__</code> for chained
exceptions.</li>
</ul>
<h2>Improved Documentation</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10782">#10782</a>:
Fixed the minimal example in
<code>goodpractices</code>{.interpreted-text role=&quot;ref&quot;}:
<code>pip install -e .</code> requires a <code>version</code> entry in
<code>pyproject.toml</code> to run successfully.</li>
</ul>
<h2>Trivial/Internal Changes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10669">#10669</a>:
pytest no longer depends on the [attrs]{.title-ref} package (don't
worry, nice diffs for attrs classes are still supported).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/ef982aaf2bce28d6b27e24756a4d29377a593a1d"><code>ef982aa</code></a>
Prepare release version 7.3.0</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/3683722bcbc0facc8fe695c7ece286f26fc6234f"><code>3683722</code></a>
FormattedExcinfo.get_source: avoid crash when line number is
out-of-bounds/ne...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/31d0b51039fc295dfb14bfc5d2baddebe11bb746"><code>31d0b51</code></a>
[automated] Update plugin list (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10857">#10857</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/2d2f69dab5a9042a45d4ee6a1bf0227f8487657b"><code>2d2f69d</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/10862">#10862</a>
from pytest-dev/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/2a39ed3461e44d4801316783308d8d9595422c83"><code>2a39ed3</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/a3b39069bc44774206c7bd682e0ca253d5f74efc"><code>a3b3906</code></a>
[automated] Update plugin list (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10838">#10838</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/172c832cbdbfa407087ed6a895a298b48984da2a"><code>172c832</code></a>
[automated] Update plugin list (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10823">#10823</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/839b90db457eacd7a0c541c8a64d0dfe3447a33c"><code>839b90d</code></a>
build(deps): Bump peter-evans/create-pull-request from 4.2.3 to 4.2.4
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10828">#10828</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/549cc512f7aca5da453d22b0663ae4dbbc0d611e"><code>549cc51</code></a>
build(deps): Bump pytest-asyncio in /testing/plugins_integration (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/10827">#10827</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/2369bed1db7a2c840e2f651bbef37eaa112f1c0d"><code>2369bed</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/10727">#10727</a>
from RonnyPfannschmidt/ronny/split-report-header</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/7.2.2...7.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest&package-manager=pip&previous-version=7.2.2&new-version=7.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## 📝 Description

Fixing teardowns in cli test suites

## ✔️ How to Test

make testint 

## 📷 Preview

**If applicable, include a screenshot or code snippet of this change.
Otherwise, please remove this section.**
## 📝 Description

1. Pin GitHub official actions to version number to avoid deprecating
warnings and potential issues.
## 📝 Description

**What does this PR do and why is this change necessary?**

## ✔️ How to Test

**What are the steps to reproduce the issue or verify the changes?**

**How do I run the relevant unit/integration tests?**

## 📷 Preview

**If applicable, include a screenshot or code snippet of this change.
Otherwise, please remove this section.**
release: inc requirements.txt for pypi source tarball file (linode#435)

relates to linode#416

Signed-off-by: Rui Chen <rui@chenrui.dev>
zliang-akamai and others added 29 commits August 17, 2023 12:31
Co-authored-by: Youjung Kim <126618609+ykim-1@users.noreply.github.com>
Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com>
## 📝 Description

**What does this PR do and why is this change necessary?**

All information from the `README.rst` file has been moved to the [Wiki](https://github.com/linode/linode-cli/wiki) adding a simple `README.md` to push people to the Wiki, please leave any feedback about the wiki here as well.

Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com>
## 📝 Description

**What does this PR do and why is this change necessary?**

Removing dbaas configuraiton steps as dbaas is now opt-in only.

## ✔️ How to Test

**How do I run the relevant unit/integration tests?**

`pytest -v tests/unit/test_configuration.py`
## 📝 Description

**What does this PR do and why is this change necessary?**

Plugin adding `region-table` command to the CLI.
```bash
lin region-table
```

## ✔️ How to Test

**How do I run the relevant unit/integration tests?**

`make INTEGRATION_TEST_PATH=regions testint`

resolves linode#492
## 📝 Description

**What does this PR do and why is this change necessary?**

Change `Firewalls` to `Cloud Firewall` which is the correct term used in the API.
Remove `Block Storage Migration` from the table.
Rename `Blocks` to `Block`

Resolves linode#532
@zliang-akamai zliang-akamai merged commit e3a1ee4 into dev Nov 2, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.