diff options
author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-07-01 16:27:15 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-01 16:27:15 +1000 |
commit | 9a378a18fda789bbe58ea9b20d1a7f7f5d09de6f (patch) | |
tree | a59c6034fdeaad94aed2de235d8d4f5e0cb2fced | |
parent | 47c10256b19294ddacef40f48ad8055ac2c997f0 (diff) | |
download | vyos.vyos-9a378a18fda789bbe58ea9b20d1a7f7f5d09de6f.tar.gz vyos.vyos-9a378a18fda789bbe58ea9b20d1a7f7f5d09de6f.zip |
* Fix typing_extensions requirement
* linter fix
-rw-r--r-- | changelogs/fragments/typing_extensions_fix.yml | 3 | ||||
-rw-r--r-- | test-requirements.txt | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/typing_extensions_fix.yml b/changelogs/fragments/typing_extensions_fix.yml new file mode 100644 index 00000000..951d0877 --- /dev/null +++ b/changelogs/fragments/typing_extensions_fix.yml @@ -0,0 +1,3 @@ +--- +trivial: + - test_requirements.txt - Add missing Py3.13 typing_extenstions lib diff --git a/test-requirements.txt b/test-requirements.txt index b3159d76..5ddd8a44 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,3 +2,4 @@ pytest-ansible pytest-xdist pytest-cov +typing_extensions |